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