packages feed

idris-0.12.3: test/regression002/reg068.idr

data nat : Type where --error
  ze : nat --hello.idr:10:6:When checking constructor Main.ze: !!V 0!! is not Main.nat
  su : nat -> nat