mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
basic
This commit is contained in:
12
grammars/basic/tut1.Abs.gf
Normal file
12
grammars/basic/tut1.Abs.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
cat
|
||||
S ; NP ; A1 ; CN ;
|
||||
|
||||
fun
|
||||
PredA1 : NP -> A1 -> S ;
|
||||
CondS : S -> S -> S ;
|
||||
DisjA1 : A1 -> A1 -> A1 ;
|
||||
Every : CN -> NP ;
|
||||
ModA1 : CN -> A1 -> CN ;
|
||||
Number : CN ;
|
||||
Even : A1 ; Odd : A1 ; Prime : A1 ;
|
||||
Zero : NP ;
|
||||
Reference in New Issue
Block a user