module Stack_unit_tests: sig .. end
sig
end
val is_error : ('a, 'b) Result.t -> bool
('a, 'b) Result.t -> bool
val is_ok : ('a, 'b) Result.t -> bool
module Debug: functor (Stack : Stack_intf.S) -> sig .. end
functor (
Stack
:
Stack_intf.S
) ->
module Test: functor (Stack : Stack_intf.S) -> sig .. end
include struct ... end