package merlin-lib

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

Module Btype.TypePairsSource

Sourcetype t
Sourceval create : int -> t
Sourceval clear : t -> unit
Sourceval add : t -> (Types.type_expr * Types.type_expr) -> unit
Sourceval mem : t -> (Types.type_expr * Types.type_expr) -> bool
Sourceval iter : ((Types.type_expr * Types.type_expr) -> unit) -> t -> unit