Frama-C API - Polymorphic4
Generic implementation of polymorphic type value with four type variables.
Parameters
module T : Polymorphic4_input
Signature
type ('a, 'b, 'c, 'd) poly = ('a, 'b, 'c, 'd) T.t
val is_instance_of : 'a t -> bool