Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Defines types used in models and theories.
Synopsis
- data ConstraintSet e
- mkConstraintSet :: ConceptChunk -> NonEmpty e -> ConstraintSet e
Type
data ConstraintSet e Source #
ConstraintSet
s are sets of invariants that always hold for underlying domains.
Instances
Constructors
mkConstraintSet :: ConceptChunk -> NonEmpty e -> ConstraintSet e Source #
Smart constructor for building ConstraintSets