type-tree-0.2.0.1: Tree representations of datatypes

Safe HaskellSafe
LanguageHaskell2010

Language.Haskell.TypeTree.ExampleDatatypes

Documentation

data CondTree v c a Source #

Constructors

CondNode 

data Condition c Source #

Constructors

Var c 
Lit Bool 
CAnd (Condition c) (Condition c)