Namespace: Fleece
Assembly: Fleece.FSharpData.dll
Parent Module: FSharpDataFunction or value | Description |
Full Usage:
compose (arg1, arg2) (arg3, arg4)
Parameters:
'a -> ^b
arg1 : 'e -> 'f
arg2 : 'd -> ^c
arg3 : 'g -> 'e
Returns: ('a -> ^c) * ('g -> 'f)
|
|
Full Usage:
decode (d, arg2) i
Parameters:
Decoder<'i, 'a>
arg1 : 'b
i : 'i
Returns: 'a ParseResult
|
|
|
|
Full Usage:
invmap f g (r, w)
Parameters:
'T -> 'U
g : 'U -> 'T
r : ^a
w : ^c
Returns: ^b * ^d
|
|
Full Usage:
ofConcrete arg1
Parameters:
ConcreteCodec<'a list, KeyValuePair<'b, 'c> list, 'd, 'e>
Returns: (^f -> 'd ParseResult) * ('e -> IReadOnlyDictionary<'b, 'c>)
|
|
Full Usage:
ofMonoid x
Parameters:
KeyValuePair<'a, 'b> list
Returns: IReadOnlyDictionary<'a, 'b>
|
|
Full Usage:
toConcrete (d, e)
Parameters:
IReadOnlyDictionary<'a, 'b> -> 'c ParseResult
e : 'd -> ^e
Returns: ConcreteCodec<KeyValuePair<'a, 'b> list, 'f list, 'c, 'd>
|
|
Full Usage:
toMonoid x
Parameters:
^a
Returns: 'b list
|
|