Prop<'T>
Namespace: Persimmon.Dried
Constructors
Constructor | Description |
new(sample, prop)
Signature: (sample:'T * prop:Prop) -> Prop<'T>
|
CompiledName: |
Instance members
Instance member | Description |
Map(f)
Signature: (f:('T -> 'a)) -> Prop<'a>
|
|
Sample
Signature: 'T
|
CompiledName: |
Snoc(v)
Signature: v:'a -> Prop<'T * 'a>
|