| Copyright | (c) DIKU, 2016-present |
|---|---|
| License | EUPLv1.1 |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Ast
Description
All .mrk files are parsed as a list of Judgements, as defined below.
Documentation
data CommentPart Source #
Constructors
| CommentStr String | |
| CommentCmt Comment |
Instances
| Eq CommentPart Source # | |
| Show CommentPart Source # | |
| Generic CommentPart Source # | |
| Out CommentPart Source # | |
| type Rep CommentPart Source # | |
Constructors
| Comment (Mood, [CommentPart]) |
Constructors
| Property (String, PropertyExp) |
data PropertyExp Source #
Instances
| Eq PropertyExp Source # | |
| Show PropertyExp Source # | |
| Generic PropertyExp Source # | |
| Out PropertyExp Source # | |
| type Rep PropertyExp Source # | |