aboutsummaryrefslogtreecommitdiffstats
path: root/riscV
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 /riscV
parent8f8a4135be4786a04b781bdf669e642d8383d91a (diff)
downloadcompcert-3bffda879e214345635e575a696e8f184bef0e55.tar.gz
compcert-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 'riscV')
-rw-r--r--riscV/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/Asmexpand.ml b/riscV/Asmexpand.ml
index 1df63308..d36b6230 100644
--- a/riscV/Asmexpand.ml
+++ b/riscV/Asmexpand.ml
@@ -23,7 +23,7 @@ open Asm
open Asmexpandaux
open AST
open Camlcoq
-open !Integers
+open! Integers
exception Error of string