Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
ShowNatHexUpper (n :: Natural) = ShowNatBase 16 ShowNatDigitHexUpperSym ntype-level-show TypeLevelShow.Natural No documentation available.
type
ShowNatOct (n :: Natural) = ShowNatBase 8 ShowNatDigitHexLowerSym ntype-level-show TypeLevelShow.Natural No documentation available.
type family
ShowNatDigitHexLower (d :: Natural) :: Chartype-level-show TypeLevelShow.Natural.Digit Return the associated lower-case Char for a Natural hexadecimal digit. Unsafe. Must be called with 0-15.
data
ShowNatDigitHexLowerSym (d :: FunKind Natural Char)type-level-show TypeLevelShow.Natural.Digit No documentation available.
type family
ShowNatDigitHexUpper (d :: Natural) :: Chartype-level-show TypeLevelShow.Natural.Digit Return the associated upper-case Char for a Natural hexadecimal digit. Unsafe. Must be called with 0-15.
data
ShowNatDigitHexUpperSym (d :: FunKind Natural Char)type-level-show TypeLevelShow.Natural.Digit No documentation available.
type
ShowChar (ch :: Char) = ConsSymbol ch ""type-level-show TypeLevelShow.Utils No documentation available.
type family
ShowParen (b :: Bool) (p :: Symbol) :: Symboltype-level-show TypeLevelShow.Utils Surround the given Symbol with parentheses when the Bool parameter is True.
type
ShowParenIfGt (n :: Natural) (d :: Natural) (p :: Symbol) = ShowParen OrderingGT CmpNat d n ptype-level-show TypeLevelShow.Utils Surround the given Symbol with parentheses if the given precedence is greater than the given Natural. Type-level relational operations are a pain. This may be easier to use.
-
typst Typst.Types No documentation available.