aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/2814.v
blob: d8f6b906a1e49ce0fc40d79b03c673c9dda2316d (plain)
1
2
3
4
5
Require Import Program.

Goal forall (x : Type) (f g : Type -> Type) (H : f x ~= g x), False.
  intros.
  induction H.