diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-11-10 10:04:27 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-11-10 10:04:27 +0100 |
commit | 42d59947356ab51e5a4070b930f02f4909208d35 (patch) | |
tree | 3c8afab888e61c4e3157a257f0a40ae2fd4eb9c1 /test | |
parent | 33e0ed21603cbd85d6aba6548811db27480647db (diff) |
Complete GMM implementation
Diffstat (limited to 'test')
-rw-r--r-- | test/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Main.hs b/test/Main.hs index 3a598c0..2573a32 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -21,7 +21,6 @@ import AST import AST.Pretty import CHAD.Top import CHAD.Types -import Data import qualified Example import ForwardAD import Interpreter |