Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Monomorphic Show
functions for data types in the Event
module.
This module is only available with base-4.4.0.0
or later and is not available
on Windows.
Note that this module does not export anything on GHCJS.
Since: 0.3
- showbEvent :: Event -> Builder
- showbFdKeyPrec :: Int -> FdKey -> Builder
Documentation
showbEvent :: Event -> Builder Source