package rocq-runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Require of string
    (*

    module basename, to which we later append .vo or .vos

    *)
  2. | Ml of string
    (*

    plugin basename and byte extension, resolved from Declare Ml Module

    *)
  3. | Other of string
    (*

    load, meta, and external dependencies

    *)
module Set : CSet.ExtS with type elt = t
OCaml

Innovation. Community. Security.