package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Generic helper to make an arbitrary(t('a)) type from a given arbitrary('a) type.

type 'a t = 'a list
type 'a arbitrary = 'a Q.arbitrary
val make : 'a arbitrary -> 'a t arbitrary
val make_bound : 'a arbitrary -> 'a t arbitrary