add HaskXXXXCategory, generalized arrows, and reifications
[coq-hetmet.git] / src / GeneralizedArrowCategory.v
diff --git a/src/GeneralizedArrowCategory.v b/src/GeneralizedArrowCategory.v
new file mode 100644 (file)
index 0000000..cd43282
--- /dev/null
@@ -0,0 +1,14 @@
+(*********************************************************************************************************************************)
+(* CategoryOfGeneralizedArrows:                                                                                                  *)
+(*                                                                                                                               *)
+(*   There is a category whose objects are surjective monic monoidal enrichments (SMME's) and whose morphisms                    *)
+(*   are generalized  Arrows                                                                                                     *)
+(*                                                                                                                               *)
+(*********************************************************************************************************************************)
+
+Generalizable All Variables.
+Require Import Preamble.
+Require Import General.
+Require Import NaturalDeduction.
+Require Import Coq.Strings.String.
+Require Import Coq.Lists.List.