From f4c5934181c3e036cb77897ad8c8a192c999f6ad Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 8 Jun 2010 10:16:40 +0000 Subject: 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 --- plugins/extraction/ExtrOcamlString.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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. -- cgit v1.2.3