aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/mult3.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/mult3.v')
-rw-r--r--coq/ex/mult3.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/coq/ex/mult3.v b/coq/ex/mult3.v
new file mode 100644
index 00000000..d624f339
--- /dev/null
+++ b/coq/ex/mult3.v
@@ -0,0 +1,8 @@
+
+
+Require Import mult2.
+
+Definition foobar := if bar then foo else 2.
+
+
+