Module Immediate64.Make
Parameters
ocaml
module Immediate : Immediatereasonml
module Immediate: Immediateocaml
module Non_immediate : Non_immediatereasonml
module Non_immediate: Non_immediateSignature
ocaml
type treasonml
type t;ocaml
type 'a repr =reasonml
type repr('a) =ocaml
| Immediate : Immediate.t reprreasonml
| Immediate : repr(Immediate.t)ocaml
| Non_immediate : Non_immediate.t reprreasonml
| Non_immediate : repr(Non_immediate.t)ocaml
reasonml
;ocaml
val repr : t reprreasonml
let repr: repr(t);