summaryrefslogtreecommitdiff
path: root/src/AST.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-09-02 20:39:03 +0200
committerTom Smeding <tom@tomsmeding.com>2024-09-02 20:39:03 +0200
commit625c2c28d49dbdceb8864554acdfe1776d5333e0 (patch)
tree8449edb529017252cb08257059387306595c8996 /src/AST.hs
parent7d44dcc2ca2c5c16e1ab4737ef6b2877214767ed (diff)
Autoweak!
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 d9f5ef7..e33c10b 100644
--- a/src/AST.hs
+++ b/src/AST.hs
@@ -15,7 +15,6 @@
{-# LANGUAGE EmptyCase #-}
module AST (module AST, module AST.Weaken) where
-import Data.Bifunctor (first)
import Data.Functor.Const
import Data.Kind (Type)
import Data.Int