flatbuffers-0.1.0.0: Haskell implementation of the FlatBuffers protocol.

Safe HaskellSafe
LanguageHaskell2010

FlatBuffers.Internal.Compiler.Display

Synopsis

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

Methods

display :: a -> Text Source #