-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A lawless typeclass for parsing text entered by humans. -- -- An unprincipled best-effort informal attempt to figure out what a -- human is saying. @package human-parse @version 0.1.0.2 module Data.Text.Human.Parse -- | An unprincipled best-effort informal attempt to figure out what a -- human is saying. -- -- Type variables: -- -- class HumanParse e a | a -> e parseHuman :: HumanParse e a => Text -> Either e a instance Data.Text.Human.Parse.HumanParse () Data.Void.Void instance Data.Text.Human.Parse.HumanParse e a => Data.Text.Human.Parse.HumanParse e (GHC.Base.Maybe a)