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 =
| Immediate : Immediate.t repr
| Non_immediate : Non_immediate.t reprreasonml
type repr('a) =
| Immediate : repr(Immediate.t)
| Non_immediate : repr(Non_immediate.t)
;ocaml
val repr : t reprreasonml
let repr: repr(t);