Module Type_immediacy

type t =
  1. | Unknown
  2. | Always
  3. | Always_on_64bits
module Violation : sig ... end
val coerce : t -> as_:t -> (unit, Violation.t) result
val of_attributes : Parsetree.attributes -> t