package rocq-runtime

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

Module type Unionfind.MapSSource

Minimal interface for maps, subtype of stdlib's Map.

Sourcetype key
Sourcetype +'a t
Sourceval empty : 'a t
Sourceval find : key -> 'a t -> 'a
Sourceval add : key -> 'a -> 'a t -> 'a t
Sourceval mem : key -> 'a t -> bool
Sourceval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
OCaml

Innovation. Community. Security.