summaryrefslogtreecommitdiff
path: root/test-suite/failure/fixpoint1.v
blob: 742e977429649687c5ac0850f0561e98d1bce330 (plain)
1
2
3
4
5
6
7
8
9
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)
Fixpoint PreParadox [u:unit] : False := (PreParadox u).
Definition Paradox := (PreParadox tt).