| Safe Haskell | None |
|---|
Language.Clafer.IG.ClaferModel
- data ClaferModel = ClaferModel {
- c_topLevel :: [Clafer]
- data Clafer = Clafer {}
- data Id = Id {}
- data Value
- = AliasValue { }
- | IntValue {
- v_value :: Int
- | StringValue {
- v_str :: String
- c_name :: Clafer -> String
- buildClaferModel :: Solution -> ClaferModel
- traverse :: ClaferModel -> [Clafer]
Documentation
data ClaferModel Source
Clafer model instance
Constructors
| ClaferModel | |
Fields
| |
Instances
| Show ClaferModel |
Instances
| Show Clafer |
The tuple of name and ordinal must be globally unique
Constructors
| AliasValue | |
| IntValue | |
Fields
| |
| StringValue | |
Fields
| |
Instances
| Show Value |
traverse :: ClaferModel -> [Clafer]Source