package b0

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

Module Test.ArgSource

Test arguments.

Sourcetype 'a t

The type for arguments of type 'a.

Sourcetype value

The type for argument values.

Sourceval make : unit -> 'a t

make () is a new test argument.

Sourceval value : 'a t -> 'a -> value

value arg v is the argument arg value v.