Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Unison.Codebase.Runtime.Profile
Documentation
data ProfileSpec Source #
Instances
Show ProfileSpec Source # | |
Defined in Unison.Codebase.Runtime.Profile Methods showsPrec :: Int -> ProfileSpec -> ShowS # show :: ProfileSpec -> String # showList :: [ProfileSpec] -> ShowS # | |
Eq ProfileSpec Source # | |
Defined in Unison.Codebase.Runtime.Profile | |
Ord ProfileSpec Source # | |
Defined in Unison.Codebase.Runtime.Profile Methods compare :: ProfileSpec -> ProfileSpec -> Ordering # (<) :: ProfileSpec -> ProfileSpec -> Bool # (<=) :: ProfileSpec -> ProfileSpec -> Bool # (>) :: ProfileSpec -> ProfileSpec -> Bool # (>=) :: ProfileSpec -> ProfileSpec -> Bool # max :: ProfileSpec -> ProfileSpec -> ProfileSpec # min :: ProfileSpec -> ProfileSpec -> ProfileSpec # |
emptyProfile :: Profile k Source #
fullProfile :: Ord k => PrettyPrintEnv -> Map Reference (Pretty ColorText) -> Profile k -> Pretty ColorText Source #