boop-0.1.0.0: OOP primitives for Haskell

Safe HaskellSafe
LanguageHaskell2010

Control.OOP.Interfaces.ToString

Synopsis

Documentation

data ToString m Source #

Objects that can be converted to string

Constructors

ToString 

Fields

toString :: ToString Identity -> ToString Identity -> Text Source #

Cast an object to Text in a pure context.