packages feed

idris-0.9.11: test/reg028/reg028.idr

module tbad

total
bad : Nat -> Nat
bad Z = Z
bad (S m) with (succ m)
    bad _ | j = bad j