summaryrefslogtreecommitdiff
path: root/compiler/Config.ml
diff options
context:
space:
mode:
authorSon Ho2024-03-10 19:07:36 +0100
committerSon Ho2024-03-10 19:07:36 +0100
commit6f505d8e879793e8e2798dac5aa1a3e99c8e2466 (patch)
tree02ccff5f9bab007b3214a55ad8382461a26feb3c /compiler/Config.ml
parent14171474f9a4a45874d181cdb6567c7af7dc32cd (diff)
Update the name generation and add CLI to print external pat names
Diffstat (limited to '')
-rw-r--r--compiler/Config.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Config.ml b/compiler/Config.ml
index af0e62d1..65aa7555 100644
--- a/compiler/Config.ml
+++ b/compiler/Config.ml
@@ -366,3 +366,6 @@ let backend_has_tuple_projectors () =
(** We we use nested projectors for tuple (like: [(0, 1).snd.fst]) or do
we use better projector syntax? *)
let use_nested_tuple_projectors = ref false
+
+(** Generate name patterns for the external definitions we encounter *)
+let extract_external_name_patterns = ref false