ワンクリックで
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