morley-0.3.0: src/Michelson/Typed/Aliases.hs
module Michelson.Typed.Aliases ( Value , Operation ) where import Michelson.Typed.Instr import Michelson.Typed.Value type Value = Value' Instr type Operation = Operation' Instr
module Michelson.Typed.Aliases ( Value , Operation ) where import Michelson.Typed.Instr import Michelson.Typed.Value type Value = Value' Instr type Operation = Operation' Instr