package coq

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

* Number notation

type number_string_via = Libnames.qualid * (bool * Libnames.qualid * Libnames.qualid) list
type number_option =
  1. | After of Notation.numnot_option
  2. | Via of number_string_via
val locate_global_inductive : bool -> Libnames.qualid -> Names.inductive * Constr.t option list

These are also used in string notations

val elaborate_to_post_params : Environ.env -> Evd.evar_map -> Names.inductive -> Constr.t option list -> (Names.GlobRef.t * Names.GlobRef.t * Notation.to_post_arg list) list array * Names.GlobRef.t list