diff options
| author | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-27 18:18:30 +0200 |
| commit | ff4793c609d4fc2b868ff673ffaa48abf6d5fa03 (patch) | |
| tree | 49a7a2cf4ebe5cd0066156a096434f3014f0fd06 /API/API.ml | |
| parent | 99b1f939f8ca56b328a159c27033052c6fcb9a81 (diff) | |
| parent | bf4112094feb1a705d8bdaea3fb0febc4ef3ff59 (diff) | |
Merge PR #6015: [general] Remove Econstr dependency from `intf`
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/API/API.ml b/API/API.ml index bf99d0febd..6e61063e4b 100644 --- a/API/API.ml +++ b/API/API.ml @@ -131,6 +131,7 @@ module Geninterp = Geninterp (******************************************************************************) (* Pretyping *) (******************************************************************************) +module Ltac_pretype = Ltac_pretype module Locusops = Locusops module Pretype_errors = Pretype_errors module Reductionops = Reductionops |
