mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
Rectified gold files
This commit is contained in:
@@ -1,28 +1,19 @@
|
||||
(S:2 (E:1 (_:0 ?1)) is even)
|
||||
|
||||
|
||||
(S:3 exists x such that (S:2 (E:1 (_:0 x)) is even))
|
||||
|
||||
|
||||
(S:1 (E:0 a))
|
||||
|
||||
|
||||
(S:1 (E:0 aa) a)
|
||||
|
||||
|
||||
(S:1 (E:0 a) b)
|
||||
|
||||
|
||||
(S:1 (String:0 abcd) is string)
|
||||
|
||||
|
||||
(S:1 (Int:0 100) is integer)
|
||||
|
||||
|
||||
(S:1 (Float:0 12.4) is float)
|
||||
|
||||
|
||||
(S:1 (String:0 xyz) is string)
|
||||
|
||||
|
||||
cannot linearize
|
||||
cannot linearize
|
||||
|
||||
@@ -1,30 +1,20 @@
|
||||
?1 is even
|
||||
|
||||
|
||||
exists x such that x is even
|
||||
|
||||
|
||||
a
|
||||
|
||||
|
||||
aa a
|
||||
|
||||
|
||||
a b
|
||||
|
||||
|
||||
abcd is string
|
||||
|
||||
|
||||
100 is integer
|
||||
|
||||
|
||||
12.4 is float
|
||||
|
||||
|
||||
xyz is string
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user