packages feed

idris-0.12.3: test/regression002/reg010.idr

module usubst

total unsafeSubst : (P : a -> Type) -> (x : a) -> (y : a) -> P x -> P y
unsafeSubst P x y px with (Z)
  unsafeSubst P x x px | _ = px