rename stuff + new ud lab draft

This commit is contained in:
Arianna Masciolini
2025-03-21 13:50:23 +01:00
parent 3d9659d987
commit 19fb44c64d
72 changed files with 148 additions and 184 deletions

View File

@@ -1,16 +0,0 @@
abstract Countries = Facts, CountryNames ** {
fun
-- using CNames
cName : CName -> Name ;
-- basic properties
capital_Attribute : Attribute ;
area_Attribute : Attribute ;
population_Attribute : Attribute ;
continent_Attribute : Attribute ;
currency_Attribute : Attribute ;
-- specialized expressions for properties
populationFact : CName -> Int -> Fact ;
continentFact : CName -> CName -> Fact ;
}