1
0
forked from GitHub/gf-core

Remove LF prefix from constructors. Pass all unit tests and Foods again, but improvements/cleanup still necessary.

This commit is contained in:
John J. Camilleri
2021-03-03 09:19:52 +01:00
parent 33e0e98aec
commit 4c09e4a340
5 changed files with 208 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
abstract Tables = {
cat S ; F ;
fun
FtoS : F -> S ;
FtoS, FtoS2 : F -> S ;
f1, f2, f3, f4, f5, f6 : F ;
}