diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:49:22 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:49:22 +0200 |
commit | 0b021e8630ab78ccad076cf8357e370f4a0fcab5 (patch) | |
tree | 5cbfd5ee67e674f1ce1ad993050baa1163080df7 /test/Util.hs | |
parent | 06f2bb862088dab5b304b655d7d9ae628bab97d8 (diff) |
Let stylish-haskell sort things
Diffstat (limited to 'test/Util.hs')
-rw-r--r-- | test/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Util.hs b/test/Util.hs index ce6ec23..0273423 100644 --- a/test/Util.hs +++ b/test/Util.hs @@ -12,9 +12,9 @@ module Util where import Data.Array.RankedS qualified as OR import Data.Kind +import GHC.TypeLits import Hedgehog import Hedgehog.Internal.Property (failDiff) -import GHC.TypeLits import Data.Array.Mixed.Types (fromSNat') |