Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
231b05db
Commit
231b05db
authored
May 18, 2018
by
Sarah Grebing
Browse files
Bugfix in Script
parent
71bb8873
Pipeline
#21835
passed with stages
in 5 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ui/src/main/resources/edu/kit/iti/formal/psdbg/examples/fol/script.kps
View file @
231b05db
...
...
@@ -6,7 +6,7 @@ script main() {
feqfff: TERM := `f(c) = f(f(f(c)))`;
impRight;
instantiate var=
`x`
with=`c`;
instantiate var=
'x'
with=`c`;
applyEq on=`f(f(c))` formula=feqfff;
eqSymm on=feqff;
close;
...
...
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