qcheck-core
Core qcheck library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Heterogeneous tuple, used to pass any number of arguments to a function.
How to observe a t
.
See Observable
for more information on what "observe" means in the QCheck.
val o_cons : 'a Observable.t -> 'b obs -> ('a * 'b) obs
val observable : 'a obs -> 'a t Observable.t
observable obs
returns the underlying observable of obs
.