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

Quelle  dune   Sprache: unbekannt

 
(library
 (name toplevel)
 (public_name rocq-runtime.toplevel)
 (synopsis "Rocq's Interactive Shell [terminal-based]")
 (wrapped false)
 ; until ocaml/dune#4892 fixed
 ; (private_modules g_toplevel)
 (libraries rocq-runtime.stm
  (select memtrace_init.ml from
   (memtrace -> memtrace_init.memtrace.ml)
   (!memtrace -> memtrace_init.default.ml))))

(deprecated_library_name
 (old_public_name coq-core.toplevel)
 (new_public_name rocq-runtime.toplevel))

; Interp provides the `zarith` library to plugins, we could also use
; -linkall in the plugins file, to be discussed.

(rule
 (targets g_toplevel.ml)
 (deps (:mlg g_toplevel.mlg))
 (action (chdir %{project_root} (run rocq pp-mlg %{deps}))))

Messung V0.5
C=93 H=98 G=95

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]