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