summaryrefslogtreecommitdiff
path: root/compiler/ExtractName.ml
diff options
context:
space:
mode:
authorSon Ho2023-11-22 09:09:46 +0100
committerSon Ho2023-11-22 09:09:46 +0100
commitba66f35a0e196c17757e06187cf2563abec253e5 (patch)
treeeb293f7866b20361230dd68c2bf1aa5646e2d1e7 /compiler/ExtractName.ml
parent184e27bce209f7a852c2adc7e0598ed75ac8452d (diff)
Improve further the generation of parent clause/trait clause names
Diffstat (limited to 'compiler/ExtractName.ml')
-rw-r--r--compiler/ExtractName.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ExtractName.ml b/compiler/ExtractName.ml
index f7177223..0943aefe 100644
--- a/compiler/ExtractName.ml
+++ b/compiler/ExtractName.ml
@@ -2,6 +2,8 @@
open Charon.NameMatcher
+let log = Logging.extract_log
+
module NameMatcherMap = struct
type 'a t = (pattern * 'a) list