package ocaml-r

  1. Overview
  2. Docs

Module type OCamlR.ConversionSource

Sourcetype 'a t
Sourceval sexp : Sexp.t t
Sourceval int : int t
Sourceval ints : int array t
Sourceval int_opt : int option t
Sourceval int_opts : int option array t
Sourceval bool : bool t
Sourceval bools : bool array t
Sourceval bool_opt : bool option t
Sourceval bool_opts : bool option array t
Sourceval float : float t
Sourceval floats : float array t
Sourceval float_opt : float option t
Sourceval float_opts : float option array t
Sourceval string : string t
Sourceval strings : string array t
Sourceval string_opt : string option t
Sourceval string_opts : string option array t
OCaml

Innovation. Community. Security.