diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-25 23:35:41 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-25 23:35:41 +0200 |
commit | 0681ed31aa02ff46fa527f56c9835a121267bddb (patch) | |
tree | e398065bae364025db9530029dcd4235f02a1651 | |
parent | c36849cb6247f957b4e6b093e16d04421c8cea3d (diff) |
Add AST.UnMonoid convenience repl import to Example
-rw-r--r-- | src/Example.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Example.hs b/src/Example.hs index 3623d03..d3f6d0d 100644 --- a/src/Example.hs +++ b/src/Example.hs @@ -5,11 +5,14 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators #-} {-# LANGUAGE TypeApplications #-} + +{-# OPTIONS -Wno-unused-imports #-} module Example where import Array import AST import AST.Pretty +import AST.UnMonoid import CHAD import CHAD.Top import ForwardAD |