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