Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class Display a where Source #
Maps a value of type a
into a string that can be displayed to the user.
move this to its own file
displayFromShow :: Show a => a -> Text Source #
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
class Display a where Source #
Maps a value of type a
into a string that can be displayed to the user.
move this to its own file
displayFromShow :: Show a => a -> Text Source #