Module Sys.Immediate64Source
This module allows to define a type t with the immediate64 attribute. This attribute means that the type is immediate on 64 bit architectures. On other architectures, it might or might not be immediate.
Source
module Make
(Immediate : Stdlib.Sys.Immediate64.Immediate)
(Non_immediate : Stdlib.Sys.Immediate64.Non_immediate) :
sig ... end