aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/positivity.v
blob: 4c18c5c04c750aa1faee78e7f5a8babc6e72ad1a (plain)
1
2
3
4
5
6
7
8
(***********************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
(* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
(*   \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.