aboutsummaryrefslogtreecommitdiff
path: root/Repl.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-06-27 18:34:35 +0200
committerTom Smeding <tom@tomsmeding.com>2021-06-27 18:34:35 +0200
commitd4abcc3b2dfefbbcb7cd4a182eec64f1da42d951 (patch)
tree1ab301617043ac6df228ef617afa22633a01a671 /Repl.hs
parent0fefe4822c65bde81ec4c0da1b5b32a9b411ca79 (diff)
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