package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Same as Polymorphic for polymorphic types with four type variables.

  • since Oxygen-20120901
type ('a, 'b, 'c, 'd) poly
val instantiate : 'a t -> 'b t -> 'c t -> 'd t -> ('a, 'b, 'c, 'd) poly t * bool
val is_instance_of : 'a t -> bool
val get_instance : ('a, 'b, 'c, 'd) poly t -> 'a t * 'b t * 'c t * 'd t
OCaml

Innovation. Community. Security.