Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
i7
peregrine
Commits
d99ffafa
Commit
d99ffafa
authored
Dec 02, 2014
by
Philipp Meyer
Browse files
Using same string representation for output format as for input format
parent
bcc8770e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Main.hs
View file @
d99ffafa
...
...
@@ -33,7 +33,13 @@ import Solver.SComponent
import
Solver.CommFreeReachability
data
InputFormat
=
PNET
|
LOLA
|
TPN
|
MIST
deriving
(
Show
,
Read
)
data
OutputFormat
=
OutLOLA
|
OutSARA
|
OutSPEC
|
OutDOT
deriving
(
Show
,
Read
)
data
OutputFormat
=
OutLOLA
|
OutSARA
|
OutSPEC
|
OutDOT
deriving
(
Read
)
instance
Show
OutputFormat
where
show
OutLOLA
=
"LOLA"
show
OutSARA
=
"SARA"
show
OutSPEC
=
"SPEC"
show
OutDOT
=
"DOT"
data
NetTransformation
=
TerminationByReachability
|
ValidateIdentifiers
...
...
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