| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
FlatBuffers.Internal.Compiler.Display
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 #