j
k
j a
j l
gettext = Body <$> many1 (noneOf "><")
Note that this is the same as: gettext = Body `fmap` many1 (noneOf "><")
Back to the thread
Back to the list