Files
gf-core/testsuite/lpgf/Bind.gf
2021-02-16 14:51:29 +01:00

10 lines
143 B
Plaintext

abstract Bind = {
cat S ;
fun
f1 : S ;
f2 : S ;
concat : S -> S -> S ;
bind : S -> S -> S ;
softbind : S -> S -> S ;
}