1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Rename the unLine parameter.

This commit is contained in:
Rob Rix 2015-12-18 17:34:08 -05:00
parent 9ec602ee82
commit 5089c1d2ed

View File

@ -119,7 +119,7 @@ data Line a =
unLine :: Line a -> [HTML]
unLine EmptyLine = []
unLine (Line _ htmls) = htmls
unLine (Line _ elements) = elements
isChanged :: Line a -> Bool
isChanged EmptyLine = False