mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
initial state for lecture 05
This commit is contained in:
13
lectures/lecture-05/Agreement.gf
Normal file
13
lectures/lecture-05/Agreement.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
abstract Agreement = {
|
||||
cat
|
||||
S ;
|
||||
CN ;
|
||||
V ;
|
||||
N ;
|
||||
A ;
|
||||
Det ;
|
||||
fun
|
||||
PredVPS : CN -> V -> S ; -- the black cats run
|
||||
DetCN : Det -> CN ; -- the black cat
|
||||
AdjCN : N -> A -> CN ; -- black cats
|
||||
}
|
||||
Reference in New Issue
Block a user