diff options
| author | Pierre-Marie Pédrot | 2017-10-03 18:58:38 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-10-03 19:19:40 +0200 |
| commit | 347d94a4b966d0cc4a3a04814b0c76c4b05caa11 (patch) | |
| tree | 691023e263fabdc15c02bb2e753c90a9e332ada6 /API/API.ml | |
| parent | 811ed22e8dcb12d8c88e2c320bbc2221bdff30ab (diff) | |
Ltac uses the new generic locatable API.
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.ml b/API/API.ml index 46ad36d36d..bf99d0febd 100644 --- a/API/API.ml +++ b/API/API.ml @@ -212,7 +212,7 @@ module Pputils = Pputils module Ppconstr = Ppconstr module Printer = Printer (* module Printmod *) -(* module Prettyp *) +module Prettyp = Prettyp module Ppvernac = Ppvernac (******************************************************************************) |
