packages feed

idris-0.9.9: test/reg015/reg015.idr

using (A : Type, B : A->Type, C : Type)
  foo : ((x:A) -> B x -> C) -> ((x:A ** B x) -> C)
  foo f p = f (getWitness p) (getProof p)