>     gettext = Body <$> many1 (noneOf "><")

Note that this is the same as:

    gettext = Body `fmap` many1 (noneOf "><")

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to