haskell-formatter-2.0.2: Haskell source code formatter

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Formatter.Internal.TreeFormat

Description

 

Documentation

data Leaf a Source #

Constructors

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