Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/output/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 539 B image not shown  

Quelle  wish_18097.out   Sprache: unbekannt

 
Spracherkennung für: .out vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

Notation pow := Nat.pow

Nat.pow =
fix pow (n m : nat) {struct m} : nat :=
  match m with
  | 0 => 1
  | S m0 => n * pow n m0
  end
     : nat -> nat -> nat

Arguments Nat.pow (n m)%_nat_scope
Notation pow := Nat.pow
Expands to: Notation wish_18097.pow
Declared in library wish_18097, line 1, characters 0-24

Nat.pow : nat -> nat -> nat

Nat.pow is not universe polymorphic
Arguments Nat.pow (n m)%_nat_scope
Nat.pow is transparent
Expands to: Constant Corelib.Init.Nat.pow
Declared in library Corelib.Init.Nat, line 143, characters 9-12

[ Dauer der Verarbeitung: 0.30 Sekunden  ]