FsFlow.CheckModule.okIfSome
Returns the value when the option is Some.
Parameters
opt: TheFSharpOptionto check.
Returns
A Check containing the value if present.
Returns the value when the option is Some.
opt: The FSharpOption to check.A Check containing the value if present.