preparing for 2023

This commit is contained in:
Aarne Ranta
2023-03-21 07:50:03 +01:00
parent 7e9e636776
commit c8abcf4bd4
21 changed files with 0 additions and 0 deletions

View 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 ;
}