Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/Roqc/vernac/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 2 kB image not shown  

Quelle  comFixpoint.mli   Sprache: SML

 
(************************************************************************)
(*         *      The Rocq Prover / The Rocq Development Team           *)
(*  v      *         Copyright INRIA, CNRS and contributors             *)
(* <O___,, * (see version control and CREDITS file for authors & dates) *)
(*   \VV/  **************************************************************)
(*    //   *    This file is distributed under the terms of the         *)
(*         *     GNU Lesser General Public License Version 2.1          *)
(*         *     (see LICENSE file for the text of the license)         *)
(************************************************************************)

open Vernacexpr

(** {6 Fixpoints and cofixpoints} *)

(** Entry points for the vernacular commands Fixpoint and CoFixpoint *)

val do_mutually_recursive
  :  ?pm:Declare.OblState.t
     (* Obligation mode turns unresolved evars into obligations *)
  -> refine:bool
     (* [refine] means definitions are allowed to have holes *)
  -> program_mode:bool
     (* [program_mode] means here:
        - a special treatment of subsets in pretyping
        - a special treatment of type class inference in pretyping
        - if a wf/measure fixpoint, encapsulation under a combinator (in which case, it requires [pm])
        Note: for turning unresolved evars into obligations, set also [pm] *)

  -> ?use_inference_hook:bool
     (* Tell to try the obligation tactic to solve evars *)
  -> ?scope:Locality.definition_scope
     (* Local or Global visibility *)
  -> ?clearbody:bool
     (* Hide body if in sections *)
  -> kind:Decls.logical_kind
     (* Logical kind: Theorem, Definition, Fixpoint, etc.*)
  -> poly:bool
     (* Use universe polymorphism *)
  -> ?typing_flags:Declarations.typing_flags
  -> ?user_warns:Globnames.extended_global_reference UserWarn.with_qf
     (* Warnings and deprecations *)
  -> ?using:Vernacexpr.section_subset_expr
     (* Tell which section variables to use *)
  -> recursives_expr
  -> Declare.OblState.t option * Declare.Proof.t option
     (* Returns open obligations and open proof, if any *)

(************************************************************************)
(** Internal API  *)
(************************************************************************)

(** Exported for Funind *)

val interp_fixpoint_short
  :  Constrexpr.fixpoint_order_expr option list
  -> recursive_expr_gen list
  -> Constr.types list * Evd.evar_map

98%


¤ Dauer der Verarbeitung: 0.14 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.