morley-0.1.0.4: src/Michelson/Untyped/Aliases.hs
-- | Some simple aliases for Michelson types. module Michelson.Untyped.Aliases ( UntypedContract , UntypedValue ) where import qualified Michelson.Untyped.Instr as Untyped import qualified Michelson.Untyped.Value as Untyped import qualified Michelson.Untyped.Contract as Untyped type UntypedValue = Untyped.Value Untyped.ExpandedOp type UntypedContract = Untyped.Contract Untyped.ExpandedOp