Module Loader_elf.E_class

type t = [
  1. | `x32
  2. | `x64
]
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit