mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-31 05:38:55 -06:00
simple problem tracing
This commit is contained in:
10
lib/resource-1.0/gf/Sentence.gf
Normal file
10
lib/resource-1.0/gf/Sentence.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Sentence = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
PredVP : NP -> VP -> Cl ;
|
||||
|
||||
SlashV2 : NP -> V2 -> Slash ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user