diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-08 22:32:53 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-08 22:32:53 +0200 |
commit | 52cf1e933909f34bf43531810040cdb345b79138 (patch) | |
tree | ecfc2bfab3e08c656dc725199055aa69a317d25d /src | |
parent | 947ea218c54cd12f64320f6207fc8da83f7a8c43 (diff) |
Set Example module as ghci default
Diffstat (limited to 'src')
-rw-r--r-- | src/Example.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Example.hs b/src/Example.hs index b320ead..1784a48 100644 --- a/src/Example.hs +++ b/src/Example.hs @@ -15,6 +15,7 @@ import AST.Pretty import AST.UnMonoid import CHAD import CHAD.Top +import CHAD.Types import ForwardAD import Interpreter import Language |