diff options
| author | Maxime Dénès | 2017-07-19 15:31:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 15:31:29 +0200 |
| commit | e273ff57ef82e81ab6b6309584a7d496ae4659c1 (patch) | |
| tree | 19dc62a48763943e7de049ee3aab515503038339 /plugins/rtauto | |
| parent | 28b3bfd84718e5b29f8e3452fcfe22b19e9910dd (diff) | |
| parent | 6be0e422de395dbdeebb6c481511eb49945eeca8 (diff) | |
Merge PR #788: [API] Remove `open API` in ml files in favor of `-open API` flag.
Diffstat (limited to 'plugins/rtauto')
| -rw-r--r-- | plugins/rtauto/g_rtauto.ml4 | 1 | ||||
| -rw-r--r-- | plugins/rtauto/proof_search.ml | 1 | ||||
| -rw-r--r-- | plugins/rtauto/refl_tauto.ml | 1 | ||||
| -rw-r--r-- | plugins/rtauto/refl_tauto.mli | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/plugins/rtauto/g_rtauto.ml4 b/plugins/rtauto/g_rtauto.ml4 index 69a2043f64..bfa1e5f393 100644 --- a/plugins/rtauto/g_rtauto.ml4 +++ b/plugins/rtauto/g_rtauto.ml4 @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open API (*i camlp4deps: "grammar/grammar.cma" i*) diff --git a/plugins/rtauto/proof_search.ml b/plugins/rtauto/proof_search.ml index 1158817d62..43a4107add 100644 --- a/plugins/rtauto/proof_search.ml +++ b/plugins/rtauto/proof_search.ml @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open API open CErrors open Util open Goptions diff --git a/plugins/rtauto/refl_tauto.ml b/plugins/rtauto/refl_tauto.ml index 944e0ac5e7..9f02388c39 100644 --- a/plugins/rtauto/refl_tauto.ml +++ b/plugins/rtauto/refl_tauto.ml @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open API module Search = Explore.Make(Proof_search) diff --git a/plugins/rtauto/refl_tauto.mli b/plugins/rtauto/refl_tauto.mli index 080dcdac27..bec18f6df8 100644 --- a/plugins/rtauto/refl_tauto.mli +++ b/plugins/rtauto/refl_tauto.mli @@ -7,7 +7,6 @@ (************************************************************************) (* raises Not_found if no proof is found *) -open API type atom_env= {mutable next:int; |
