morley-0.3.0: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Michelson.Typed.Print

Contents

Description

Types printing.

Moved in a separate module, because we print via converting to untyped T type to avoid duplication.

Synopsis

Documentation

buildStack :: [T] -> Builder Source #

Format type stack in a pretty way.

Orphan instances

Buildable T Source # 
Instance details

Methods

build :: T -> Builder #