package tezos-plompiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type bl = bool list
val add : ?ignore_carry:bool -> bool list repr -> bool list repr -> bool list repr t
val xor : bool list repr -> bool list repr -> bool list repr t
val rotate : 'a list repr -> int -> 'b list repr