package frama-c

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

How to build a name for each monomorphic instance of the type value from the underlying type.

val module_name : string

The name of the built module.

val structural_descr : Structural_descr.t -> Structural_descr.t

How to build the structural descriptor for each monomorphic instance.

  • since Carbon-20101201
type 'a t

Static polymorphic type corresponding to its dynamic counterpart to register.

val reprs : 'a -> 'a t list

How to make the representant of each monomorphic instance of the polymorphic type value from an underlying representant.