aboutsummaryrefslogtreecommitdiff
path: root/Repl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Repl.hs')
-rw-r--r--Repl.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Repl.hs b/Repl.hs
index 85fe7be..9e7cef2 100644
--- a/Repl.hs
+++ b/Repl.hs
@@ -7,5 +7,7 @@ import AD
import Examples
import Gradient
import qualified Language as L
+import Language (InferType(..), InferShapeType(..), DIM0, DIM1, DIM2, DIM3, var)
+import Pretty
import Simplify
import Sink