| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Modelling.ActivityDiagram.Auxiliary.Parser
Documentation
data ParseValue Source #
Constructors
| ParseInt Int | |
| ParseString String | |
| ParseTuple (ParseValue, ParseValue) | |
| ParseList [ParseValue] |
Instances
| Show ParseValue Source # | |
Defined in Modelling.ActivityDiagram.Auxiliary.Parser Methods showsPrec :: Int -> ParseValue -> ShowS # show :: ParseValue -> String # showList :: [ParseValue] -> ShowS # | |
| Eq ParseValue Source # | |
Defined in Modelling.ActivityDiagram.Auxiliary.Parser | |