aboutsummaryrefslogtreecommitdiff
path: root/Repl.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-06-24 23:14:54 +0200
committerTom Smeding <tom@tomsmeding.com>2021-06-24 23:14:54 +0200
commit0fefe4822c65bde81ec4c0da1b5b32a9b411ca79 (patch)
tree0efeffb8b1b6d6126bc806209a2f5a64fb32c96f /Repl.hs
Initial
Diffstat (limited to 'Repl.hs')
-rw-r--r--Repl.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Repl.hs b/Repl.hs
new file mode 100644
index 0000000..85fe7be
--- /dev/null
+++ b/Repl.hs
@@ -0,0 +1,11 @@
+{-# OPTIONS -Wno-unused-imports #-}
+module Repl where
+
+
+import AST
+import AD
+import Examples
+import Gradient
+import qualified Language as L
+import Simplify
+import Sink