doclayout v0.2 Release Notes
Release Date: 2019-10-23 // about 5 years ago-
- Add instances for
Doc
:Data
,Typeable
,Ord
,Read
,Generic
. - Add
literal
(liketext
, but polymorphic). - Change some
IsString
constraints toHasChars
. - Add some default definitions for methods in
HasChars
. - Change
offset
andminOffset
to be more efficient (in simple cases they no longer render and count line lengths). - Add
updateColumn
. - Fix problem with
lblock
/cblock
/rblock
whenchop
is invoked. This caused very strange behavior in which text got reversed in certain circumstances.
- Add instances for