package qtest

  1. Overview
  2. Docs
On This Page
  1. Shrink Values
Legend:
Library
Module
Module type
Parameter
Class
Class type

Shrink Values

type 'a t = 'a -> 'a Iter.t
val nil : 'a t

No shrink

val int : int t
val option : 'a t -> 'a option t
val string : string t
val array : ?shrink:'a t -> 'a array t
val list : ?shrink:'a t -> 'a list t
val pair : 'a t -> 'b t -> ('a * 'b) t
val triple : 'a t -> 'b t -> 'c t -> ('a * 'b * 'c) t