diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-21 20:20:24 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-21 20:20:24 +0200 |
commit | 0dc5c31b023ee7d569bbc0df7615b2bf55ba01f5 (patch) | |
tree | df7f4adae0b892691d10cbd135503d85dd0b9b99 /test/Main.hs | |
parent | 5adf77f813a5e79546674b82a855ea1d542931fc (diff) |
Import ordering
Diffstat (limited to 'test/Main.hs')
-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 04246ce..b95f765 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -10,8 +10,8 @@ {-# LANGUAGE UndecidableInstances #-} module Main where -import Control.Monad.Trans.Class (lift) import Control.Monad.IO.Class (liftIO) +import Control.Monad.Trans.Class (lift) import Control.Monad.Trans.State import Data.Bifunctor import Data.Int (Int64) |