aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/derive/derive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/derive/derive.mli')
-rw-r--r--plugins/derive/derive.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/derive/derive.mli b/plugins/derive/derive.mli
index 9ea876f13..3a7e7b837 100644
--- a/plugins/derive/derive.mli
+++ b/plugins/derive/derive.mli
@@ -6,6 +6,8 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+open API
+
(** [start_deriving f suchthat lemma] starts a proof of [suchthat]
(which can contain references to [f]) in the context extended by
[f:=?x]. When the proof ends, [f] is defined as the value of [?x]