Namespace: Hedgehog
Assembly: Hedgehog.dll
filter f result
'a -> bool
Outcome<'a>
isFailure result
bool
map f result
'a -> 'b
Outcome<'b>