summaryrefslogtreecommitdiff
path: root/testsuite/compiler/check/strMatch/strMatch.gf
blob: c1d2bc4b96d58da9d8f8b33e5ad1a8ad145810f9 (plain)
1
2
3
4
5
abstract strMatch = {
  cat S ;
  fun f : S -> S ;
      z : S ;
}