Skip to content

Module Immediate64.Make

Parameters

ocaml
module Immediate : Immediate
reasonml
module Immediate: Immediate
ocaml
module Non_immediate : Non_immediate
reasonml
module Non_immediate: Non_immediate

Signature

ocaml
type t
reasonml
type t;
ocaml
type 'a repr = 
  | Immediate : Immediate.t repr
  | Non_immediate : Non_immediate.t repr
reasonml
type repr('a) = 
  | Immediate : repr(Immediate.t)
  | Non_immediate : repr(Non_immediate.t)
;
ocaml
val repr : t repr
reasonml
let repr: repr(t);