divide between lab 1 and 2

This commit is contained in:
Arianna Masciolini
2025-03-24 21:18:25 +01:00
parent a8d4c1e062
commit f1bf418200
65 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
concrete FactsSwe of Facts =
open SyntaxSwe, SymbolicSwe, (E=ExtendSwe) 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 ;
}