Displaying 2 results from an estimated 2 matches for "int_of_sexp".
2009 Sep 07
1
Usage of OCaml/R binding.
...;r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_of_sexp"
> external to_int : sexp -> int = "int_of_sexp"
> external to_float : sexp -> float = "float_of_sexp"
> external to_string : sexp -> string = "string_of_sexp"
> external of_bool : bool -> sexp = "sexp_of_bool"
> external of_int : int -> sexp = "sexp_of_int"
>...
2009 Sep 07
1
Usage of OCaml/R binding.
...;r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_of_sexp"
> external to_int : sexp -> int = "int_of_sexp"
> external to_float : sexp -> float = "float_of_sexp"
> external to_string : sexp -> string = "string_of_sexp"
> external of_bool : bool -> sexp = "sexp_of_bool"
> external of_int : int -> sexp = "sexp_of_int"
>...