diff options
| author | Maxime Dénès | 2017-06-08 09:57:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-08 09:57:48 +0200 |
| commit | 1ee1c09eb1e9c347537e058e1c7932c864bdb8f0 (patch) | |
| tree | 294570bdd6eea833319174524a5659a6dcdcdadd /plugins/firstorder/formula.ml | |
| parent | 73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff) | |
| parent | 11723417c3c3c76b121f5548948268961b621a49 (diff) | |
Merge PR#652: Put all plugins behind an "API".
Diffstat (limited to 'plugins/firstorder/formula.ml')
| -rw-r--r-- | plugins/firstorder/formula.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/firstorder/formula.ml b/plugins/firstorder/formula.ml index 9900792cac..314a2b2f96 100644 --- a/plugins/firstorder/formula.ml +++ b/plugins/firstorder/formula.ml @@ -6,6 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) +open API open Hipattern open Names open Term |
