From 164a32a9b2722926a092a6235b8b0a09fbbce46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Wed, 22 Apr 2020 19:50:58 +0100 Subject: [PATCH] ADT generator: missing dependency --- src/stages/4-ast_typed/ast_typed.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stages/4-ast_typed/ast_typed.ml b/src/stages/4-ast_typed/ast_typed.ml index 1b80a9d04..e78dc9188 100644 --- a/src/stages/4-ast_typed/ast_typed.ml +++ b/src/stages/4-ast_typed/ast_typed.ml @@ -1,6 +1,7 @@ module Types = Types module Environment = Environment module PP = PP +module PP_generic = PP_generic module Combinators = struct include Combinators include Combinators_environment