package prbnmcn-proptest

  1. Overview
  2. Docs

Module Array.HelpersSource

Parameters

module L : sig ... end
module K : Generic.Generator with type t = A.index Repr.m
module V : Generic.Generator with type t = A.elt Repr.m

Signature

Sourcetype array = A.t
Sourcetype value = A.elt Repr.m
Sourcetype actions =
  1. | Set of key * value * actions
  2. | Nil
Sourceval actions_gen : actions Crowbar.gen
Sourceval interpret : actions -> A.t A.m -> unit M.m
Sourceval array_gen : A.t M.m Crowbar.gen