From 0fa8b96c243e0915477866b094735ecaaaac6ef6 Mon Sep 17 00:00:00 2001 From: Matej Kosik Date: Mon, 20 Jun 2016 15:08:11 +0200 Subject: Reference Manual / Extraction: the original example command no longer works with recent Coq --- doc/refman/Extraction.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/refman/Extraction.tex b/doc/refman/Extraction.tex index a963662f64..ee156b652c 100644 --- a/doc/refman/Extraction.tex +++ b/doc/refman/Extraction.tex @@ -448,7 +448,7 @@ let dp x y f = Pair ((Obj.magic f () x), (Obj.magic f () y)) happens when there is a quantification over types inside the type of a constructor; for example: \begin{verbatim} -Inductive anything : Set := dummy : forall A:Set, A -> anything. +Inductive anything : Type := dummy : forall A:Set, A -> anything. \end{verbatim} which corresponds to the definition of an ML dynamic type. -- cgit v1.2.3