summaryrefslogtreecommitdiff
path: root/testsuite/compiler/update/ArrityCheck.gf
blob: 9ee03ba6e4ecdca61e89b44ee133c5bd875a291f (plain)
1
2
3
4
5
abstract ArrityCheck = {
  fun f : Int -> Int -> Int ;
  def f 0 = \x -> x ;
      f 1 1 = 0 ;
}