products/Sources/formale Sprachen/Coq/vernac image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: dune   Sprache: Unknown

(library
 (name vernac)
 (synopsis "Coq's Vernacular Language")
 (public_name coq.vernac)
 (wrapped false)
 (libraries tactics parsing))

(rule
 (targets g_proofs.ml)
 (deps (:mlg-file g_proofs.mlg))
 (action (run coqpp %{mlg-file})))

(rule
 (targets g_vernac.ml)
 (deps (:mlg-file g_vernac.mlg))
 (action (run coqpp %{mlg-file})))

[ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ]