hsdev-0.3.1.3: Haskell development library
HsDev.Display
class Display a where Source #
Minimal complete definition
display, displayType
Methods
display :: a -> String Source #
displayType :: a -> String Source #
Instances
display :: FilePath -> String Source #
displayType :: FilePath -> String Source #
display :: Path -> String Source #
displayType :: Path -> String Source #
display :: PackageDb -> String Source #
displayType :: PackageDb -> String Source #
display :: PackageDbStack -> String Source #
displayType :: PackageDbStack -> String Source #
display :: Project -> String Source #
displayType :: Project -> String Source #
display :: ModuleLocation -> String Source #
displayType :: ModuleLocation -> String Source #
display :: ModuleTag -> String Source #
displayType :: ModuleTag -> String Source #
display :: Sandbox -> String Source #
displayType :: Sandbox -> String Source #