mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-11 15:46:26 -07:00
Hide <> from Writer to not conflict with Semigroup
This commit is contained in:
parent
c75bbcbd60
commit
f44624a9c0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import Control.Arrow (first)
|
|||
import Control.Monad
|
||||
import Control.Monad.Identity
|
||||
import Control.Monad.State
|
||||
import Control.Monad.Writer
|
||||
import Control.Monad.Writer hiding ((<>))
|
||||
import Control.Monad.Reader
|
||||
import Data.Char
|
||||
import Data.Functor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue