Persimmon.Dried


Arb

Namespace: Persimmon.Dried

Nested types and modules

ModuleDescription
DoNotSize

Functions and values

Function or valueDescription
array(a)
Signature: a:IArbitrary<'?8694> -> AllowNullArbitrary<'?8694 [],CollectionArbitrary<'?8694,'?8694 [],Arbitrary<'?8694 []>>>
Type parameters: '?8694

CompiledName: Array

bool
Signature: Arbitrary<bool>

CompiledName: Bool

char
Signature: Arbitrary<char>

CompiledName: Char

choice(at au)
Signature: at:IArbitrary<'?8720> -> au:IArbitrary<'?8721> -> Arbitrary<Choice<'?8720,'?8721>>
Type parameters: '?8720, '?8721
datetime(fmt)
Signature: fmt:string -> Arbitrary<DateTime>

CompiledName: DateTime

dict(key, value)
Signature: (key:IArbitrary<'?8705> * value:IArbitrary<'?8706>) -> AllowNullArbitrary<Dictionary<'?8705,'?8706>,CollectionArbitrary<KeyValuePair<'?8705,'?8706>,Dictionary<'?8705,'?8706>,Arbitrary<Dictionary<'?8705,'?8706>>>>
Type parameters: '?8705, '?8706

CompiledName: Dictionary

float
Signature: Arbitrary<double>

CompiledName: Double

float32
Signature: Arbitrary<float32>

CompiledName: Single

func(c a)
Signature: c:CoArbitrary<'?8711> -> a:IArbitrary<'?8712> -> Arbitrary<('?8711 -> '?8712)>
Type parameters: '?8711, '?8712
guid
Signature: Arbitrary<Guid>

CompiledName: Guid

icollection(cs)
Signature: cs:IArbitrary<'?8703> -> AllowNullArbitrary<ICollection<'?8703>,CollectionArbitrary<'?8703,ICollection<'?8703>,Arbitrary<ICollection<'?8703>>>>
Type parameters: '?8703

CompiledName: ICollection

int
Signature: Arbitrary<int>

CompiledName: Int

int16
Signature: Arbitrary<int16>

CompiledName: Int16

int64
Signature: Arbitrary<int64>

CompiledName: Int64

int8
Signature: Arbitrary<int8>

CompiledName: SByte

list(a)
Signature: a:IArbitrary<'?8688> -> CollectionArbitrary<'?8688,'?8688 list,Arbitrary<'?8688 list>>
Type parameters: '?8688
map(key value)
Signature: key:IArbitrary<'?8698> -> value:IArbitrary<'?8699> -> CollectionArbitrary<KeyValuePair<'?8698,'?8699>,Map<'?8698,'?8699>,Arbitrary<Map<'?8698,'?8699>>>
Type parameters: '?8698, '?8699
nonEmpty(a)
Signature: a:CollectionArbitrary<'?8673,'?8674,'?8675> -> '?8675
Type parameters: '?8673, '?8674, '?8675

CompiledName: NonEmpty

nonEmptyList(a)
Signature: a:IArbitrary<'?8690> -> Arbitrary<'?8690 list>
Type parameters: '?8690
nonNull(a)
Signature: a:AllowNullArbitrary<'?8670,'?8671> -> '?8671
Type parameters: '?8670, '?8671

CompiledName: NonNull

nullable(a)
Signature: a:Arbitrary<'?8723> -> Arbitrary<Nullable<'?8723>>
Type parameters: '?8723

CompiledName: Nullable

option(a)
Signature: a:IArbitrary<'?8718> -> Arbitrary<'?8718 option>
Type parameters: '?8718
resizeArray(xs)
Signature: xs:IArbitrary<'?8701> -> AllowNullArbitrary<List<'?8701>,CollectionArbitrary<'?8701,List<'?8701>,Arbitrary<List<'?8701>>>>
Type parameters: '?8701

CompiledName: List

seq(s)
Signature: s:IArbitrary<'?8692> -> AllowNullArbitrary<seq<'?8692>,CollectionArbitrary<'?8692,seq<'?8692>,Arbitrary<seq<'?8692>>>>
Type parameters: '?8692

CompiledName: IEnumerable

set(s)
Signature: s:IArbitrary<'?8696> -> CollectionArbitrary<'?8696,Set<'?8696>,Arbitrary<Set<'?8696>>>
Type parameters: '?8696
string
Signature: AllowNullArbitrary<String,Arbitrary<String>>

CompiledName: String

systemFunc(c, a)
Signature: (c:CoArbitrary<'?8714> * a:IArbitrary<'?8715>) -> Arbitrary<Func<'?8714,'?8715>>
Type parameters: '?8714, '?8715

CompiledName: Func

uint16
Signature: Arbitrary<uint16>

CompiledName: UInt16

uint32
Signature: Arbitrary<uint32>

CompiledName: UInt32

uint64
Signature: Arbitrary<uint64>

CompiledName: UInt64

uint8
Signature: Arbitrary<uint8>

CompiledName: Byte

unit
Signature: Arbitrary<unit>
Fork me on GitHub