ligo/vendors/ligo-utils/memory-proto-alpha/memory_proto_alpha.ml
Lesenechal Remi e63f2407c2 carthage update:
* update dune & opam files
* update modules in source
2020-02-17 13:10:51 +01:00

10 lines
358 B
OCaml

module Name = struct let name = "alpha" end
module Alpha_environment = Tezos_protocol_006_PsCARTHA.Protocol.Environment
type alpha_error = Alpha_environment.Error_monad.error
type 'a alpha_tzresult = 'a Alpha_environment.Error_monad.tzresult
module Alpha_error_monad = Alpha_environment.Error_monad
module Proto = Tezos_protocol_006_PsCARTHA
include Proto