Skip to content

Commit

Permalink
Stylish
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed May 8, 2024
1 parent 732bfb6 commit 68f6770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io-sim/src/Data/List/Trace.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module Data.List.Trace
, dropWhile
) where

import Prelude hiding (filter, head, length, tail, take, takeWhile, drop, dropWhile)
import Prelude hiding (drop, dropWhile, filter, head, length, tail, take,
takeWhile)

import Control.Applicative (Alternative (..))
import Control.Monad (MonadPlus (..))
Expand Down

0 comments on commit 68f6770

Please sign in to comment.