Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/tools/dune_rule_gen/   (Rocq Prover Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 588 B image not shown  

Quelle  arg.ml

  Sprache: SML
 

(************************************************************************)
(* This file is licensed under The MIT License                          *)
(* See LICENSE for more information                                     *)
(************************************************************************)

type t = A of string | Path of Path.t

let adjust ~lvl = function
  | A arg -> A arg
  | Path p -> Path (Path.adjust ~lvl p)

let to_string = function A arg -> arg | Path p -> Path.to_string p

module List = struct
  let to_string args = List.map to_string args |> String.concat " "
end

Messung V0.5 in Prozent
C=92 H=91 G=91

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.