aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/mult2.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/mult2.v')
-rw-r--r--coq/ex/mult2.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/coq/ex/mult2.v b/coq/ex/mult2.v
new file mode 100644
index 00000000..997beefd
--- /dev/null
+++ b/coq/ex/mult2.v
@@ -0,0 +1,7 @@
+
+
+Require Import mult1.
+
+Definition bar:bool := if le_lt_dec foo 0 then true else false.
+
+