let
make s lo hi =
let
open
Or_error
in
Biocaml_range
.make lo hi >>=
fun
r
->
Or_error
.return (s, r)