package libzipperposition

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

Structure for Sets of cut forms, indexed modulo α-eq

Parameters

Signature

type value = X.t
type t
val create : unit -> t
val add : t -> cut_form -> value -> unit
val mem : t -> cut_form -> bool
val get : t -> cut_form -> value option
val to_seq : t -> (cut_form * X.t) Iter.t