Safe Haskell | Safe-Inferred |
---|
A .ghci
file makes sure this module is in scope when debugging
interactively.
Synopsis
- ppr :: Pretty.Pretty a => a -> IO ()
- pp :: Show a => a -> IO ()
- mkid :: Text -> Id.Id
- bid :: Text -> Id.BlockId
- vid :: Text -> Id.ViewId
- tid :: Text -> Id.TrackId
- rid :: Text -> Id.RulerId
- _default_ns :: Id.Namespace
Documentation
ppr :: Pretty.Pretty a => a -> IO () Source #
Rename Pretty.pprint
so it doesn't conflict with Util.Test.
bid :: Text -> Id.BlockId Source #
tid :: Text -> Id.TrackId Source #
rid :: Text -> Id.RulerId Source #
_default_ns :: Id.Namespace Source #
Change this to whatever namespace you're debugging.