DEBSOURCES
Skip Quicknav
sources / rocq-stdlib / 9.0.0-3 / test-suite / bugs / bug_2814.v
123456
From Stdlib Require Import Program. Goal forall (x : Type) (f g : Type -> Type) (H : f x ~= g x), False. intros. Fail induction H. Abort.