Skip to content

Commit f6251a3

Browse files
committed
transparence
1 parent 18044dd commit f6251a3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

compiler/ml/types.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ type extension_constructor = {
198198
ext_is_exception: bool;
199199
}
200200

201-
and type_transparence =
202-
| Type_public (* unrestricted expansion *)
203-
| Type_new (* "new" type *)
204-
| Type_private (* private type *)
205-
206201
(* Type expressions for the class language *)
207202

208203
module Concr = Set.Make (OrderedString)

compiler/ml/types.mli

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,6 @@ type extension_constructor = {
330330
ext_is_exception: bool;
331331
}
332332

333-
and type_transparence =
334-
| Type_public (* unrestricted expansion *)
335-
| Type_new (* "new" type *)
336-
| Type_private (* private type *)
337-
338-
(* Type expressions for the class language *)
339-
340333
module Concr : Set.S with type elt = string
341334

342335
(* Type expressions for the module language *)

0 commit comments

Comments
 (0)