Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SMGloM
GF
Commits
5d0248b1
Commit
5d0248b1
authored
Oct 15, 2018
by
jfschaefer
Browse files
fix small bug in FGrammarLog
parent
10e4c2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FGrammarLog.gf
View file @
5d0248b1
...
...
@@ -25,7 +25,7 @@ concrete FGrammarLog of FGrammar = MCatsLog ** {
};
fcid_fbinrel_fexpr_to_identifier a r1 b = {
formula = r1 ++ "(" ++ a ++ "," ++ b ++ ")";
core =
b
;
core =
a
;
hasFormula = true;
};
fexpr_fbinrel_fcid_fbinrel_fexpr_to_identifier a r1 b r2 c = {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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