universum-0.1.12: Custom prelude used in Serokell

Safe HaskellSafe
LanguageHaskell2010

Conv

Documentation

class ToString a where Source #

Minimal complete definition

toString

Methods

toString :: a -> String Source #

class ToLText a where Source #

Minimal complete definition

toLText

Methods

toLText :: a -> Text Source #

class ToText a where Source #

Minimal complete definition

toText

Methods

toText :: a -> Text Source #