diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-22 11:51:01 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-22 11:53:03 +0100 |
| commit | 8cbe5460f19b238b1ebff1f9ecd336f062377c7f (patch) | |
| tree | 78cc14f377d97488a865d7cf1e504514555ac1a1 /test | |
| parent | 9438cfc7125b2fbc6f3a0a2a550c05b13e042f4e (diff) | |
Commit the results of a stylish-haskell sweep
Diffstat (limited to 'test')
| -rw-r--r-- | test/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Main.hs b/test/Main.hs index 19f56e2..fb97552 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -6,7 +6,7 @@ {-# LANGUAGE TypeFamilies #-} module Main where -import qualified Data.Dependent.EnumMap.Strict as DE +import Data.Dependent.EnumMap.Strict qualified as DE import Data.Dependent.Sum import Data.Some |
