Frama-C API - Polymorphic
For a polymorphic type value with one type variable, you must use an implementation of this signature.
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