package frama-c

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

Generic implementation of polymorphic type value with two type variables.

Parameters

Signature

type ('a, 'b) poly = ('a, 'b) T.t
val instantiate : 'a t -> 'b t -> ('a, 'b) poly t * bool
val is_instance_of : 'a t -> bool
val get_instance : ('a, 'b) poly t -> 'a t * 'b t