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
00281f58
Commit
00281f58
authored
Jul 12, 2018
by
jfschaefer
Browse files
fix bug in logic generation
parent
ee21cca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
gf/NGrammarLog.gf
View file @
00281f58
...
...
@@ -30,7 +30,7 @@ concrete NGrammarLog of NGrammar = MCatsLog ** {
postf = defi.postf;
};
def_mobj_is_mobj definiendum id definiens = {
pref = "∀" ++
"x0"
++ "." ++ (lwrap(definiens) ++ id.core ++ and_formula(id)) ++ "⇒" ++ "(" ++ lwrap(definiendum) ++ id.core;
pref = "∀" ++
id.core
++ "." ++ (lwrap(definiens) ++ id.core ++ and_formula(id)) ++ "⇒" ++ "(" ++ lwrap(definiendum) ++ id.core;
postf = ")";
};
...
...
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