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:
parent
9ec602ee82
commit
5089c1d2ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user