Muffin.Pictures.Archiver


Rop

Namespace: Muffin.Pictures.Archiver

Nested types and modules

TypeDescription
Result<'success, 'failure>

Functions and values

Function or valueDescription
( >=> ) switch1 switch2 x
Signature: switch1:('?6929 -> Result<'?6930,'?6931>) -> switch2:('?6930 -> Result<'?6932,'?6931>) -> x:'?6929 -> Result<'?6932,'?6931>
Type parameters: '?6929, '?6930, '?6931, '?6932
( >>= ) twoTrackInput switchFunction
Signature: twoTrackInput:Result<'?6925,'?6926> -> switchFunction:('?6925 -> Result<'?6927,'?6926>) -> Result<'?6927,'?6926>
Type parameters: '?6925, '?6926, '?6927
bind switchFunction _arg1
Signature: switchFunction:('?6921 -> Result<'?6922,'?6923>) -> _arg1:Result<'?6921,'?6923> -> Result<'?6922,'?6923>
Type parameters: '?6921, '?6922, '?6923
Fork me on GitHub