From 20f7d7be13cd7869b338f98d1ab3fd33e8bbfb3e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 27 Nov 2025 21:30:17 +0100 Subject: WIP user-specified custom 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. --- src/CHAD/AST/Env.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CHAD/AST/Env.hs') diff --git a/src/CHAD/AST/Env.hs b/src/CHAD/AST/Env.hs index 8e6b745..73f2dcc 100644 --- a/src/CHAD/AST/Env.hs +++ b/src/CHAD/AST/Env.hs @@ -11,7 +11,7 @@ module CHAD.AST.Env where import Data.Type.Equality -import CHAD.AST.Sparse +import CHAD.AST.Sparse.Types import CHAD.AST.Weaken import CHAD.Data import CHAD.Drev.Types -- cgit v1.2.3-70-g09d2