mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
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