diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-09-02 20:39:03 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-09-02 20:39:03 +0200 |
commit | 625c2c28d49dbdceb8864554acdfe1776d5333e0 (patch) | |
tree | 8449edb529017252cb08257059387306595c8996 /src/AST.hs | |
parent | 7d44dcc2ca2c5c16e1ab4737ef6b2877214767ed (diff) |
Autoweak!
Diffstat (limited to 'src/AST.hs')
-rw-r--r-- | src/AST.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |