Up

Module Stack_unit_tests

Signature

val is_error : ('a, 'b) Result.t -> bool
val is_ok : ('a, 'b) Result.t -> bool
module Debug (Stack : Stack_intf.S) : Stack_intf.S with type 'a t = 'a Stack.t
module Test (Stack : Stack_intf.S) : Stack_intf.S with type 'a t = 'a Stack.t