1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/check/strMatch/strMatch.gf

5 lines
70 B
Plaintext

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