Module Micheline_without_hash_consing.Make

Parameters

module Label : sig ... end

Signature

type label = Label.t
type head = X.t
val default_label : label
val int : Z.t -> node
val string : string -> node
val bytes : Stdlib.Bytes.t -> node
val prim : head -> node list -> string list -> node
val seq : node list -> node
val label : node -> label