forked from GitHub/gf-core
added testcase for pattern matching on runtime variables
This commit is contained in:
5
testsuite/compiler/check/strMatch/strMatch.gf
Normal file
5
testsuite/compiler/check/strMatch/strMatch.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract strMatch = {
|
||||
cat S ;
|
||||
fun f : S -> S ;
|
||||
z : S ;
|
||||
}
|
||||
Reference in New Issue
Block a user