Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Heyting algebra expression.
Note:
this type doesn't have
Heyting
instance,
as its
Eq
and
Ord
are structural.
Var a | |
Bottom | |
Top | |
( Expr a) :/\: ( Expr a) infixr 6 | |
( Expr a) :\/: ( Expr a) infixr 5 | |
( Expr a) :=>: ( Expr a) infixr 4 |