diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2025-11-27 21:30:17 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2025-11-27 21:30:17 +0100 |
| commit | 20f7d7be13cd7869b338f98d1ab3fd33e8bbfb3e (patch) | |
| tree | a21c90034a02cdeb7240563dbbab355e49622d0a /chad-fast.cabal | |
| parent | ae634c056b500a568b2d89b7f8e225404a2c0c62 (diff) | |
WIP user-specified custom typesuser-types
The big roadblock encountered is that accumulation wants addition of
monoids to be elementwise float addition; this fundamentally clashes
with the concept of a user type with a custom zero and plus.
Diffstat (limited to 'chad-fast.cabal')
| -rw-r--r-- | chad-fast.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 1eef3ed..5d800bc 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -26,7 +26,9 @@ library CHAD.AST.Sparse.Types CHAD.AST.SplitLets CHAD.AST.Types + CHAD.AST.Types.Ty CHAD.AST.UnMonoid + CHAD.AST.UnUser CHAD.AST.Weaken CHAD.AST.Weaken.Auto CHAD.Compile |
