mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 23:01:06 -07:00
rename stuff + new ud lab draft
This commit is contained in:
17
labs1-2/wikipedia-2022/FactsFin.gf
Normal file
17
labs1-2/wikipedia-2022/FactsFin.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
concrete FactsFin of Facts =
|
||||
open SyntaxFin, SymbolicFin, (E=ExtendFin) in {
|
||||
|
||||
lincat
|
||||
Fact = Cl ;
|
||||
Object = NP ;
|
||||
Attribute = CN ;
|
||||
Value = NP ;
|
||||
Name = NP ;
|
||||
|
||||
lin
|
||||
AttributeFact attr obj val = mkCl (mkNP (E.GenNP obj) attr) val ;
|
||||
NameObject name = name ;
|
||||
NameValue name = name ;
|
||||
IntValue int = symb int ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user