From 46e8614e909c38113711c97e18d4b117ab925cd9 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 9 Jul 2018 17:50:18 +0100 Subject: [PATCH] Hide Pform.t Signed-off-by: Jeremie Dimino --- src/pform.mli | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pform.mli b/src/pform.mli index f33818ef..ccbe4e09 100644 --- a/src/pform.mli +++ b/src/pform.mli @@ -26,14 +26,7 @@ module Macro : sig | Ocaml_config end -type 'a t = - | No_info of 'a - | Since of 'a * Syntax.Version.t - | Deleted_in of 'a * Syntax.Version.t * string option - | Renamed_in of Syntax.Version.t * string - module Map : sig - type 'a var type 'a t val create_vars : context:Context.t -> cxx_flags:string list -> Var.t t @@ -57,4 +50,4 @@ module Map : sig -> 'a option val empty : 'a t -end with type 'a var := 'a t +end