aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
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). *)