module Network.Protocol.XMPP.String (s) where import Data.String (IsString, fromString) s :: (IsString s) => String -> s s = fromString