haskell-formatter-1.0.0: Haskell source code formatter

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Formatter.Internal.TreeFormat

Description

 

Documentation

data Leaf a Source

Constructors

Boolean (RawLeaf Bool a) 
LimitedInteger (RawLeaf Int a) 
SingleFloating (RawLeaf Float a)