cp old labs to new folders

This commit is contained in:
Arianna Masciolini
2025-03-17 18:09:48 +01:00
parent 37b39176d9
commit 721fc839a2
70 changed files with 6357 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
abstract Facts = {
flags startcat = Fact ;
cat
Fact ;
Object ;
Attribute ;
Value ;
Name ;
fun
AttributeFact : Attribute -> Object -> Value -> Fact ;
NameObject : Name -> Object ;
NameValue : Name -> Value ;
IntValue : Int -> Value ;
}