aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
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.