aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extract_env.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extraction/extract_env.ml')
-rw-r--r--plugins/extraction/extract_env.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/extract_env.ml b/plugins/extraction/extract_env.ml
index 7f5ad4f66..85b9bde71 100644
--- a/plugins/extraction/extract_env.ml
+++ b/plugins/extraction/extract_env.ml
@@ -348,7 +348,7 @@ and extract_seb env mp all = function
| SEBstruct (msb) ->
let env' = Modops.add_signature mp msb empty_delta_resolver env in
MEstruct (mp,extract_sfb env' mp all msb)
- | SEBwith (_,_) -> anomaly "Not available yet"
+ | SEBwith (_,_) -> anomaly (Pp.str "Not available yet")
and extract_module env mp all mb =
(* A module has an empty [mod_expr] when :