elenco-albero-1.0.0: make tree from a list

Safe HaskellSafe
LanguageHaskell2010

Data.Elenco.Type.Out

Documentation

data Out a Source #

Constructors

Out 

Fields

Instances

Eq a => Eq (Out a) Source # 

Methods

(==) :: Out a -> Out a -> Bool #

(/=) :: Out a -> Out a -> Bool #

Show a => Show (Out a) Source # 

Methods

showsPrec :: Int -> Out a -> ShowS #

show :: Out a -> String #

showList :: [Out a] -> ShowS #