mirror of
https://github.com/github/semantic.git
synced 2024-12-26 16:33:03 +03:00
Document adjoinRowsByR.
This commit is contained in:
parent
8fc3384668
commit
bf3dbfe32d
@ -41,6 +41,7 @@ adjoinRowsBy (Both (_, g)) rows (Row (Both (left', right'))) | Just _ <- openLin
|
|||||||
|
|
||||||
adjoinRowsBy _ rows row = row : rows
|
adjoinRowsBy _ rows row = row : rows
|
||||||
|
|
||||||
|
-- | Prepend closed lines (as determined by a pair of functions) onto a list of rows.
|
||||||
adjoinRowsByR :: Both (MaybeOpen a) -> Row a -> [Row a] -> [Row a]
|
adjoinRowsByR :: Both (MaybeOpen a) -> Row a -> [Row a] -> [Row a]
|
||||||
adjoinRowsByR _ row [] = [row]
|
adjoinRowsByR _ row [] = [row]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user