You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val it: SheetEntity<Value> = Some ((String, "Some(45)"), [])
But the internal value should be only 45.
Solution
use parseAny
let inline(+.)(f :'T ->'U)(v :'T):SheetEntity<Value>=leterr=fun s -> NoneRequired([message s])try
f v
|> parseAny err
with| err -> NoneRequired([Exception err])
The text was updated successfully, but these errors were encountered:
kMutagene
added
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
and removed
bug
Something isn't working
labels
Jun 5, 2024
To Reproduce
returns
But the internal value should be only
45
.Solution
use
parseAny
The text was updated successfully, but these errors were encountered: