Remove module private type

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-06-06 13:11:03 +07:00
parent ea045f4867
commit 0c048ac0c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
open! Import
module Name : sig
type t = private string
type t
val add_suffix : t -> string -> t