Removed unecessary function

master
Aadhavan Srinivasan 3 days ago
parent 9a128407cc
commit 873795e267

@ -59,9 +59,6 @@ instance Show MdToken where
-- ---------------
-- Helpers
mustBeHash :: ReadP Char
mustBeHash = satisfy (\x -> x == '#')
leftmostLongest :: (Foldable t) => [(a, t b)] -> (a, t b)
leftmostLongest xs =
let lastElem = (last xs)

Loading…
Cancel
Save