1
0
forked from GitHub/gf-core

More work on params: pass all tests except params1 (!)

This commit is contained in:
John J. Camilleri
2021-02-27 23:13:02 +01:00
parent f42b5ec9ef
commit 83bc3c9c6e
10 changed files with 144 additions and 70 deletions

View File

@@ -0,0 +1,7 @@
abstract Params1 = {
cat S ; F ;
fun
FtoS : F -> S ;
f1 : F ;
f2 : F ;
}