mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Define <> locally.
This commit is contained in:
parent
aa240c4e63
commit
996f9f5fa7
@ -10,7 +10,7 @@ import Data.Record
|
||||
import qualified Data.Text.Lazy as TL
|
||||
import Data.These
|
||||
import Info
|
||||
import Prologue hiding (div, head, fst, snd, link)
|
||||
import Prologue hiding (div, head, fst, snd, link, (<>))
|
||||
import qualified Prologue
|
||||
import Renderer
|
||||
import Source
|
||||
@ -164,5 +164,5 @@ instance ToMarkup a => ToMarkup (Cell a) where
|
||||
<> td (toMarkup line) ! A.class_ (stringValue $ if hasChanges then "blob-code blob-code-replacement" else "blob-code")
|
||||
<> string "\n"
|
||||
|
||||
instance Semigroup Html where
|
||||
(<>) = mappend
|
||||
(<>) :: Monoid m => m -> m -> m
|
||||
(<>) = mappend
|
||||
|
Loading…
Reference in New Issue
Block a user