package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val name : t -> string

name type return the name of the type declaration

include Sigs.PRINTABLE with type t := t
val pp : Format.formatter -> t -> unit