Copyright | © Edward Kmett 2010-2014, Johan Kiviniemi 2013 |
---|---|
License | BSD3 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
- newtype Literal = Literal {}
- negateLiteral :: Literal -> Literal
- literalFalse :: Literal
- literalTrue :: Literal
Documentation
negateLiteral :: Literal -> Literal Source
literalFalse :: Literal Source
The False
constant. The literal -1
is dedicated for it.
The True
constant. The literal 1
is dedicated for it.