aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/romega/const_omega.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-08 09:57:48 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-08 09:57:48 +0200
commit1ee1c09eb1e9c347537e058e1c7932c864bdb8f0 (patch)
tree294570bdd6eea833319174524a5659a6dcdcdadd /plugins/romega/const_omega.ml
parent73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff)
parent11723417c3c3c76b121f5548948268961b621a49 (diff)
Merge PR#652: Put all plugins behind an "API".
Diffstat (limited to 'plugins/romega/const_omega.ml')
-rw-r--r--plugins/romega/const_omega.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/romega/const_omega.ml b/plugins/romega/const_omega.ml
index d97dea039..4db4bdc2c 100644
--- a/plugins/romega/const_omega.ml
+++ b/plugins/romega/const_omega.ml
@@ -6,6 +6,8 @@
*************************************************************************)
+open API
+
let module_refl_name = "ReflOmegaCore"
let module_refl_path = ["Coq"; "romega"; module_refl_name]