Frama-C API - Polymorphic
Generic implementation of polymorphic type value.
Parameters
module T : Polymorphic_input
Signature
type 'a poly = 'a T.t
Type of the polymorphic type (for instance 'a list
). It must be instantiated before used. See function instantiate
below.
val is_instance_of : 'a t -> bool