Merge pull request #867 from rgrinberg/no-private-module-name

Remove module name private type
This commit is contained in:
Rudi Grinberg 2018-06-07 18:01:54 +07:00 committed by GitHub
commit a3981c588d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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