aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-25 23:45:00 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-25 23:45:04 +0000
commit714eefa9224786617aa7f81b6805b4a88e6744d8 (patch)
treec7511e8d28ed97fab22dfcf6e0ef172e02441226 /src/common
parentb21ac469facf8d9f9a20d86b306eecd0a70d8749 (diff)
downloadvericert-714eefa9224786617aa7f81b6805b4a88e6744d8.tar.gz
vericert-714eefa9224786617aa7f81b6805b4a88e6744d8.zip
Update printing
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Coquplib.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Coquplib.v b/src/common/Coquplib.v
index 310efa5..c633874 100644
--- a/src/common/Coquplib.v
+++ b/src/common/Coquplib.v
@@ -38,3 +38,7 @@ Ltac solve_by_inverts n :=
end.
Ltac solve_by_invert := solve_by_inverts 1.
+
+(* Definition const (A B : Type) (a : A) (b : B) : A := a.
+
+Definition compose (A B C : Type) (f : B -> C) (g : A -> B) (x : A) : C := f (g x). *)