aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorletouzey2010-06-08 10:16:40 +0000
committerletouzey2010-06-08 10:16:40 +0000
commitf4c5934181c3e036cb77897ad8c8a192c999f6ad (patch)
treed8d330e0b64968f258ee3fcfb953e23027ea7219 /plugins
parent9ff883b56b53944e28a495fe17dfa467382b645c (diff)
Typo in ExtrOcamlString: list char instead of char list
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13089 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/extraction/ExtrOcamlString.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/ExtrOcamlString.v b/plugins/extraction/ExtrOcamlString.v
index f41d52432f..3fcd01b068 100644
--- a/plugins/extraction/ExtrOcamlString.v
+++ b/plugins/extraction/ExtrOcamlString.v
@@ -30,7 +30,7 @@ Extract Constant shift =>
Extract Inlined Constant ascii_dec => "(=)".
-Extract Inductive string => "list char" [ "[]" "(::)" ].
+Extract Inductive string => "char list" [ "[]" "(::)" ].
(*
Definition test := "ceci est un test"%string.