package prbnmcn-proptest

  1. Overview
  2. Docs

Module Array.Array_theorySource

Parameters

module N : Generic.Name
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

include sig ... end
Sourcetype array = A.t
Sourcetype value = A.elt Repr.m
Sourcetype actions = Helpers(Repr)(M)(A)(L)(K)(V).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