package opam-core

  1. Overview
  2. Docs

Module type OpamStd.ABSTRACTSource

A signature for handling abstract keys and collections thereof

Sourcetype t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval to_json : t -> OpamJson.t
Sourcemodule Set : SET with type elt = t
Sourcemodule Map : MAP with type key = t