aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/modules/ind.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/modules/ind.v')
-rw-r--r--test-suite/modules/ind.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/modules/ind.v b/test-suite/modules/ind.v
index 61f720179..94c344bbd 100644
--- a/test-suite/modules/ind.v
+++ b/test-suite/modules/ind.v
@@ -1,6 +1,6 @@
Module Type SIG.
Inductive w:Set:=A:w.
- Definition f : w->w.
+ Parameter f : w->w.
End SIG.
Module M:SIG.