Removed unecessary function
This commit is contained in:
@@ -59,9 +59,6 @@ instance Show MdToken where
|
|||||||
|
|
||||||
-- ---------------
|
-- ---------------
|
||||||
-- Helpers
|
-- Helpers
|
||||||
mustBeHash :: ReadP Char
|
|
||||||
mustBeHash = satisfy (\x -> x == '#')
|
|
||||||
|
|
||||||
leftmostLongest :: (Foldable t) => [(a, t b)] -> (a, t b)
|
leftmostLongest :: (Foldable t) => [(a, t b)] -> (a, t b)
|
||||||
leftmostLongest xs =
|
leftmostLongest xs =
|
||||||
let lastElem = (last xs)
|
let lastElem = (last xs)
|
||||||
|
Reference in New Issue
Block a user