File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff 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
208203module Concr = Set. Make (OrderedString )
Original file line number Diff line number Diff 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-
340333module Concr : Set .S with type elt = string
341334
342335(* Type expressions for the module language *)
You can’t perform that action at this time.
0 commit comments