Frama-C API - Polymorphic3
Same as Polymorphic for polymorphic types with three type variables.
val instantiate : 'a t -> 'b t -> 'c t -> ('a, 'b, 'c) poly t * boolval is_instance_of : 'a t -> boolval get_instance : ('a, 'b, 'c) poly t -> 'a t * 'b t * 'c t