License | GNU LGPLv3 |
---|---|
Maintainer | paul.bittner@uni-ulm.de |
Safe Haskell | Safe |
Data types for features and feature formulas.
Synopsis
- type Feature = String
- toFeature :: String -> Feature
- type NonNullFeatureFormula = PropositionalFormula Feature
- type FeatureFormula = NullableFormula Feature
Documentation
type NonNullFeatureFormula = PropositionalFormula Feature Source #
PropositionalFormula
over Feature
s
type FeatureFormula = NullableFormula Feature Source #
Nullable PropositionalFormula
over Feature
s