원클릭으로
ix-category
Category theory primitives — monad laws verification, free-forgetful adjunction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Category theory primitives — monad laws verification, free-forgetful adjunction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Test model robustness with adversarial attacks and defenses
Multi-armed bandit simulation — epsilon-greedy, UCB1, Thompson sampling
Benchmark and compare ix algorithm performance
Embedded Redis-like cache with TTL, LRU, pub/sub, and RESP protocol
Chaos theory analysis — Lyapunov exponents, bifurcation, attractors, fractals
Cluster data using K-Means or DBSCAN
| name | ix-category |
| description | Category theory primitives — monad laws verification, free-forgetful adjunction |
| disable-model-invocation | true |
Verify monad laws and explore adjunctions with concrete implementations.
When the user wants to verify monad laws, explore the Free ⊣ Forgetful adjunction, or understand category theory through executable examples.
use ix_category::monad::{Monad, OptionMonad, ResultMonad, FreeForgetfulAdj};
Tool name: ix_category
Operations: monad_laws, free_forgetful