summaryrefslogtreecommitdiff
path: root/test-suite/failure/positivity.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/positivity.v')
-rw-r--r--test-suite/failure/positivity.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/failure/positivity.v b/test-suite/failure/positivity.v
index b43eb899..21683605 100644
--- a/test-suite/failure/positivity.v
+++ b/test-suite/failure/positivity.v
@@ -5,4 +5,5 @@
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-Inductive t:Set := c: (t -> nat) -> t.
+Inductive t : Set :=
+ c : (t -> nat) -> t.