csw-core 0.1.0

Core categorical structures for the Categorical Semantics Workbench - define categories and derive type systems
Documentation
1
2
3
4
5
6
7
//! Categorical structure definitions.
//!
//! This module will contain detailed structure implementations
//! for terminal objects, products, coproducts, exponentials, etc.

// Re-export the main types from category module
// Detailed structure implementations will be added in Phase 1 issues #4-#7