summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSon Ho2024-06-12 18:20:14 +0200
committerSon Ho2024-06-12 18:20:14 +0200
commit8ca43c32b30c03cc3fde51736ea5884dfd1c2c50 (patch)
tree9d3d93e96639df9ddcb6e541f070b0d254c616f0 /compiler
parentf05a0faf14fdd558039da52624d57028eb64f9fd (diff)
Revert "Fix some mistakes"
This reverts commit f05a0faf14fdd558039da52624d57028eb64f9fd.
Diffstat (limited to '')
-rw-r--r--compiler/ExtractBase.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ExtractBase.ml b/compiler/ExtractBase.ml
index 8fe36d5b..4aac270f 100644
--- a/compiler/ExtractBase.ml
+++ b/compiler/ExtractBase.ml
@@ -1016,8 +1016,6 @@ let keywords () =
"where";
"with";
]
- @ (* This comes from the scalar notations: `1u32`, etc. *)
- List.map StringUtils.lowercase_first_letter all_int_names
| HOL4 ->
[
"Axiom";