File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ module Outline(Env : Stage.envt):
55
66module Make (Env:Stage.envt )(Param:Stage.param ):
77 Stage. outliner with type envt := Env. t
8+ [@@ warning " -67" ]
Original file line number Diff line number Diff line change 2222module type label = sig type t val l :string end
2323type 'a label = (module label with type t = 'a )
2424module Label : functor (X :sig val l :string end ) ->
25- sig type t val l: t label end
25+ sig type t val l: t label end[@@warning "-unused-functor-parameter"]
2626
2727val show : 'a label -> string
2828
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ module Make
104104 (* * Solve **)
105105 val solve : Envt .t -> Unit .s list Unit .pair -> Unit .r list Unit .pair
106106
107- end
107+ end [ @@ warning " -67 " ]
108108
109109(* * Alternative solver *)
110110module Directed
150150 val solve : loader -> entry list -> Envt .t -> Namespaced .t list
151151 -> Envt .t * Unit .r list
152152
153- end
153+ end [ @@ warning " -67 " ]
Original file line number Diff line number Diff line change 2222
2323module Make (Def :Zipper_def.s )(R :Result_printer with module T := Def.T ): sig
2424 val pp : Zipper_skeleton .path_in_context Def .zipper Pp .t
25- end
25+ end [ @@ warning " -67 " ]
2626
2727module Opaque (Def :Zipper_def.s ) : Result_printer with module T := Def. T
You can’t perform that action at this time.
0 commit comments