Type Definition ocaml::Int[][src]

type Int = Intnat;

Integer type that converts to OCaml int

Trait Implementations

impl<'a> FromValue<'a> for Int[src]

fn from_value(v: Value) -> Int[src]

Convert from OCaml value

impl IntoValue for Int[src]

fn into_value(self, _rt: &Runtime) -> Value[src]

Convert to OCaml value