From be4ebad76e7cb132fb890769fcc6a83a781c8522 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Sat, 26 Oct 2019 10:25:16 +0200 Subject: Remove dead code in save_remaining_recthms --- test-suite/success/Fixpoint.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test-suite') diff --git a/test-suite/success/Fixpoint.v b/test-suite/success/Fixpoint.v index 81c9763ccd..ce3fddf249 100644 --- a/test-suite/success/Fixpoint.v +++ b/test-suite/success/Fixpoint.v @@ -96,10 +96,14 @@ Section visibility. Let Fixpoint by_proof (n:nat) : True. Proof. exact I. Defined. + + Let Fixpoint bla (n:nat) : Type with bli (n:nat) : bool. + Admitted. End visibility. Fail Check imm. Fail Check by_proof. +Check bla. Check bli. Module Import mod_local. Fixpoint imm_importable (n:nat) : True := I. -- cgit v1.2.3