aboutsummaryrefslogtreecommitdiff
path: root/API/API.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-09 15:38:20 +0200
committerMaxime Dénès2017-10-09 15:38:20 +0200
commit81753dcda29bf7d7ecd6c8c0ddb3347f4cd49766 (patch)
tree8af2a8e24a87fb5dea0bb6dc2feadd6b0e06fd3b /API/API.ml
parentd5534aab708e5d3bd6c3633dc9d028016eeb3076 (diff)
parent347d94a4b966d0cc4a3a04814b0c76c4b05caa11 (diff)
Merge PR #1114: Generic handling of nameable objects for plugins
Diffstat (limited to 'API/API.ml')
-rw-r--r--API/API.ml2
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
(******************************************************************************)