package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-libs.epoxy-tx/Epoxy_tx/Tx_rollup/V/Plompiler_Curve/L/Input/index.html

Module L.Input

type 'a input = 'a L.Input.input
val bool : bool -> bool input
val to_bool : bool input -> bool
val unit : unit input
val pair : 'a input -> 'b input -> ('a * 'b) input
val to_pair : ('a * 'b) input -> 'a input * 'b input
val list : 'a input list -> 'a list input
val to_list : 'a list input -> 'a input list
val with_implicit_bool_check : ('a repr -> bool repr t) -> 'a input -> 'a input
val with_assertion : ('a repr -> unit repr t) -> 'a input -> 'a input
type 'a t = 'a input
OCaml

Innovation. Community. Security.