diff options
Diffstat (limited to 'contrib/dp/dp.mli')
-rw-r--r-- | contrib/dp/dp.mli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/dp/dp.mli b/contrib/dp/dp.mli index 40a523089..c5517cac8 100644 --- a/contrib/dp/dp.mli +++ b/contrib/dp/dp.mli @@ -1,5 +1,11 @@ +open Libnames open Proof_type val simplify : tactic +val cvc_lite : tactic +val harvey : tactic + +val dp_hint : reference list -> unit + |