summaryrefslogtreecommitdiff
path: root/grammars/multiple/System.gf
blob: b3587c10642dd76cf017a6873de7f4d67448d05d (plain)
1
2
3
4
abstract System = {
  cat Reply ;
  fun Bye : Reply ;
}