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/extraction/ocaml.ml | |
| parent | 73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff) | |
| parent | 11723417c3c3c76b121f5548948268961b621a49 (diff) | |
Merge PR#652: Put all plugins behind an "API".
Diffstat (limited to 'plugins/extraction/ocaml.ml')
| -rw-r--r-- | plugins/extraction/ocaml.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extraction/ocaml.ml b/plugins/extraction/ocaml.ml index 4399fc561f..83abaf508e 100644 --- a/plugins/extraction/ocaml.ml +++ b/plugins/extraction/ocaml.ml @@ -8,6 +8,7 @@ (*s Production of Ocaml syntax. *) +open API open Pp open CErrors open Util |
