| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Stats
Documentation
newtype RtsStatsPath Source #
Constructors
| RtsStatsPath FilePath |
Instances
| IsString RtsStatsPath Source # | |
Defined in Stats Methods fromString :: String -> RtsStatsPath # | |
| Show RtsStatsPath Source # | |
Defined in Stats Methods showsPrec :: Int -> RtsStatsPath -> ShowS # show :: RtsStatsPath -> String # showList :: [RtsStatsPath] -> ShowS # | |
| Eq RtsStatsPath Source # | |
Defined in Stats | |
recordRtsStats :: RtsStatsPath -> IO a -> IO a Source #