products
/
sources
/
formale Sprachen
/
Coq
/
test-suite
/
output
/
Quellcode-Bibliothek
©
Kompilation durch diese Firma
[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]
Datei: Binder.v Sprache: Unknown
Definition
foo '(x,y) := x + y.
Print
foo.
Check
forall
'(a,b), a /\ b.
Require
Import
Utf8.
Print
foo.
Check
forall
'(a,b), a /\ b.
[ Dauer der Verarbeitung: 0.0 Sekunden (vorverarbeitet)
]