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 8484627 commit e1e7a72
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 e1e7a72

Please sign in to comment.