Hide Pform.t

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This commit is contained in:
Jeremie Dimino 2018-07-09 17:50:18 +01:00 committed by Rudi Grinberg
parent 4f7e7188d7
commit 46e8614e90
1 changed files with 1 additions and 8 deletions

View File

@ -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