summaryrefslogtreecommitdiff
path: root/test-suite/failure/positivity.v
blob: b43eb8994e0c92f7c73a15c52c2c9cf63327e463 (plain)
1
2
3
4
5
6
7
8
(************************************************************************)
(*  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        *)
(************************************************************************)
Inductive t:Set := c: (t -> nat) -> t.