haskell-formatter-2.0.3: 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)