Skip to content

Commit

Permalink
dunai: Group imports (KSG Haskell 1.3.0 - 3.5). Refs #285.
Browse files Browse the repository at this point in the history
Imports should be grouped between external imports, external imports
from the same project (but different libraries) and internal imports.
When groups are used, comments must be used to indicate the nature of
each group.
  • Loading branch information
ivanperez-keera committed Jun 3, 2022
1 parent 1cd7c6f commit 260632f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dunai/src/Control/Monad/Trans/MSF/Maybe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module Control.Monad.Trans.MSF.Maybe
, maybeToExceptS
) where

-- External
-- External imports
import Control.Monad.Trans.Maybe hiding (liftCallCC, liftCatch, liftListen,
liftPass)

-- Internal
-- Internal imports
import Control.Monad.Trans.MSF.Except
import Data.MonadicStreamFunction

Expand Down

0 comments on commit 260632f

Please sign in to comment.