index
:
tabata
main
Configure and run Tabata timers.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option.ml
blob: 16047fd81de3a542c5e1608116de7da824d1fbca (
plain
)
1
let
flatMap
f
opt
=
Belt
.
Option
.
flatMapU
opt
(
fun
[@
bs
]
x
->
f
x
)