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