package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type r =
  1. | Var of Names.Name.t
  2. | Atom of atom
  3. | Ref of ctor_data_for_patterns * t list
  4. | Or of t list
  5. | As of t * Names.Id.t
  6. | Extension of {
    1. example : atom option;
    }
and t = r CAst.t
OCaml

Innovation. Community. Security.