id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
4378	Add IsString and Monoid instances for Doc	basvandijk		"The proposal is to add the following to `Text.PrettyPrint.HughesPJ`:

{{{
instance IsString Doc where
    fromString = text

instance Monoid Doc where
    mempty  = empty
    mappend = (<>)
}}}

See the attached patch."	proposal	closed	normal	Not GHC	libraries/pretty	6.12.3	fixed			Unknown/Multiple	Unknown/Multiple	None/Unknown					
