| Copyright | (c) Christian Maeder Uni Bremen 2005 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Christian.Maeder@dfki.de |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
CASL.Fold
Description
folding functions for CASL terms and formulas
Documentation
Constructors
constRecord :: (f -> a) -> ([a] -> a) -> a -> Record f a a Source #
foldFormula :: Record f a b -> FORMULA f -> a Source #