Skip to content

Commit

Permalink
Changed sepBy to sepEndBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 19, 2011
1 parent ab5c802 commit 6082e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/HeX/Math.hs
Expand Up @@ -89,4 +89,4 @@ arrayLine expr =
sepBy1 (mconcat <$> many (notFollowedBy endLine >> expr)) (char '&')

arrayLines :: HeX Doc -> HeX [[Doc]]
arrayLines expr = sepBy1 (arrayLine expr) endLine
arrayLines expr = sepEndBy1 (arrayLine expr) endLine

0 comments on commit 6082e3c

Please sign in to comment.