Frama-C API - Polymorphic
Generic implementation of polymorphic type value.
Parameters
module T : Polymorphic_inputSignature
type 'a poly = 'a T.tType 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