Files
gf-core/testsuite/lpgf/Bind.gf
2021-02-16 15:17:54 +01:00

13 lines
218 B
Plaintext

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