Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
i7
peregrine
Commits
36ab546f
Commit
36ab546f
authored
Nov 28, 2017
by
Stefan Jaax
Browse files
Add descr attribute to JSON parser
parent
50f66913
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Parser/PP.hs
View file @
36ab546f
...
...
@@ -164,7 +164,8 @@ data RecordPP = RecordPP {
transitions
::
[
RecordTransition
],
initialStates
::
[
String
],
trueStates
::
[
String
],
predicate
::
Maybe
(
QuantFormula
String
)
predicate
::
Maybe
(
QuantFormula
String
),
description
::
Maybe
String
}
deriving
(
Show
)
$
(
deriveJSON
defaultOptions
''RecordTransition
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment