summaryrefslogtreecommitdiff
path: root/src/AST.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-08-30 19:23:56 +0200
committerTom Smeding <tom@tomsmeding.com>2024-08-30 19:23:56 +0200
commit172887fb577526de92b0653b5d3153114f8ce02a (patch)
treef9c1e1b6cd3448b3444954d3d90c5bcbb344bfb9 /src/AST.hs
parent33d66f27f9eb3658d366fee71f0d0a0c5748a0e3 (diff)
Style
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