package speed
-
speed
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module AssertionResult : sig ... end
val equality_failure :
'a ->
'a ->
(Stdlib.Format.formatter -> 'a -> unit) ->
('b, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val be_true :
bool ->
(bool, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val be_ok :
('a, 'b) Stdlib.result ->
('a, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val be_error :
('a, 'b) Stdlib.result ->
('b, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val be_false :
bool ->
(bool, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val equal_int :
int ->
int ->
(int, [> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val equal_string :
Stdlib.String.t ->
Stdlib.String.t ->
(Stdlib.String.t,
[> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result
val contain :
Base.String.t ->
Base.String.t ->
(Base.String.t,
[> `AssertionError of unit | `AssertionErrorWithFormat of print ])
Stdlib.result