Files
gf-core/testsuite/compiler/check/strMatch/strMatch.gf

5 lines
70 B
Plaintext

abstract strMatch = {
cat S ;
fun f : S -> S ;
z : S ;
}