swarm-0.7.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellNone
LanguageHaskell2010

Swarm.Language.Syntax.Pretty

Description

Pretty-printing for terms in the Swarm programming language.

Orphan instances

PrettyPrec (Syntax' ty) Source #

Pretty-print a syntax node with comments.

Instance details

Methods

prettyPrec :: Int -> Syntax' ty -> Doc ann

PrettyPrec (Term' ty) Source # 
Instance details

Methods

prettyPrec :: Int -> Term' ty -> Doc ann