aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-02-20 09:41:16 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2020-02-21 13:29:39 +0100
commit3bffda879e214345635e575a696e8f184bef0e55 (patch)
treea8bc2d0c0be60b597f4add91fccef6df58eb79a1 /cparser
parent8f8a4135be4786a04b781bdf669e642d8383d91a (diff)
downloadcompcert-kvx-3bffda879e214345635e575a696e8f184bef0e55.tar.gz
compcert-kvx-3bffda879e214345635e575a696e8f184bef0e55.zip
Cosmetic: in OCaml code, write "open! Module" instead of "open !Module"
"open!" is the form used in the examples in the OCaml manual. Based on a quick poll it seems to be the preferred form of the OCaml core dev team.
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Elab.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Elab.ml b/cparser/Elab.ml
index 3dbb9d45..9aa6761c 100644
--- a/cparser/Elab.ml
+++ b/cparser/Elab.ml
@@ -21,7 +21,7 @@ open Machine
open Cabs
open C
open Diagnostics
-open !Cutil
+open! Cutil
(** * Utility functions *)