Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
unsafeEmailAddress :: ByteString -> ByteString -> EmailAddress #
Creates an email address without validating it. You should only use this when reading data from somewhere it has already been validated (e.g. a database).