OCamlR_wraputils.ml
ocaml-r
ocaml-r.base
ocaml-r.grDevices
ocaml-r.graphics
ocaml-r.interpreter
ocaml-r.math
ocaml-r.methods
ocaml-r.stats
ocaml-r.utils
ocaml-r.wraputils
1 2 3 4 5 let ( |?> ) o f = match o with | Some x -> Some (f x) | None -> None external ident : 'a -> 'a = "%identity"
1 2 3 4 5
let ( |?> ) o f = match o with | Some x -> Some (f x) | None -> None external ident : 'a -> 'a = "%identity"