forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract City = {
|
||||
cat
|
||||
City ;
|
||||
fun
|
||||
MkCity : String -> City ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user