Number_string_notation_plugin.Number* Number notation
type number_string_via =
  Libnames.qualid * (bool * Libnames.qualid * Libnames.qualid) listval vernac_number_notation : 
  Vernacexpr.locality_flag ->
  Libnames.qualid ->
  Libnames.qualid ->
  Libnames.qualid ->
  number_option list ->
  Notation_term.scope_name ->
  unitval locate_global_inductive : 
  bool ->
  Libnames.qualid ->
  Names.inductive * Constr.t option listThese 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 listval elaborate_to_post_via : 
  Environ.env ->
  Evd.evar_map ->
  Libnames.qualid ->
  Names.inductive ->
  (bool * Libnames.qualid * Libnames.qualid) list ->
  (Names.GlobRef.t * Names.GlobRef.t * Notation.to_post_arg list) list array
  * Names.GlobRef.t list