summaryrefslogtreecommitdiff
path: root/src/AST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AST.hs')
-rw-r--r--src/AST.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AST.hs b/src/AST.hs
index 90baaf0..d9acd99 100644
--- a/src/AST.hs
+++ b/src/AST.hs
@@ -16,7 +16,6 @@
module AST (module AST, module AST.Weaken) where
import Data.Functor.Const
-
import Data.Kind (Type)
import Data.Int