Skip to content

Commit

Permalink
feat: update to purs 0.14 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma authored Mar 27, 2021
1 parent cea0f46 commit 912e1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dodo/Ansi.purs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ansiGraphics = Printer
getCurrentGraphics :: List Ansi.GraphicsParam -> List Ansi.GraphicsParam
getCurrentGraphics =
List.takeWhile (_ /= Ansi.Reset)
>>> List.nubBy graphicsConflict
>>> List.nubByEq graphicsConflict
>>> List.reverse

getPendingGraphics :: List Ansi.GraphicsParam -> Maybe (NonEmptyList Ansi.GraphicsParam)
Expand Down

0 comments on commit 912e1c6

Please sign in to comment.