Module Tezos_protocol_environment_006_PsCARTHA.MichelineSource
type (!'a, !'b) node = ('a, 'b) Tezos_micheline.Micheline.node = | Int of 'a * Z.t| String of 'a * string| Bytes of 'a * MBytes.t| Prim of 'a * 'b * ('a, 'b) node list * annot| Seq of 'a * ('a, 'b) node list
type 'a canonical = 'a Tezos_micheline.Micheline.canonicaltype canonical_location = intval location : ('l, 'p) node -> 'lval annotations : ('l, 'p) node -> string list