package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type section = t
type t =
  1. | UNDEF
  2. | SEC of section
  3. | PROC of int
  4. | OS of int
  5. | ABS
  6. | COMMON
include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit