Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showSemiequations :: Args -> Bool

    speculate Test.Speculate.Args

    whether to show inequalties

  2. showTheory :: Args -> Bool

    speculate Test.Speculate.Args

    (debug) whether to show raw theory

  3. showThy :: Thy -> String

    speculate Test.Speculate.Reason

    Pretty-prints a theory into a string. (cf. printThy)

  4. showLitChar :: Char -> ShowS

    speculate Test.Speculate.Utils

    Convert a character to a string using only printable characters, using Haskell source-language escape conventions. For example:

    showLitChar '\n' s  =  "\\n" ++ s
    

  5. showRatio :: (Integral a, Show a) => Ratio a -> String

    speculate Test.Speculate.Utils

    No documentation available.

  6. showCursor :: MonadScreen m => m ()

    terminal System.Terminal

    Show the cursor.

  7. showGregorian :: Day -> String

    thyme Data.Thyme.Calendar

    Shows a Day in ISO 8601 YYYY-MM-DD format. See Data.Thyme.Format for other possibilities.

  8. showWeekDate :: Day -> String

    thyme Data.Thyme.Calendar.WeekDate

    Shows a Day using the yyyy-Www-d ISO 8601 Week Date format.

    > showWeekDate (gregorian # YearMonthDay 2006 11 15)
    "2006-W46-3"
    

  9. showsTime :: FormatTime t => TimeLocale -> t -> (Char -> ShowS) -> Char -> ShowS

    thyme Data.Thyme.Format

    No documentation available.

  10. showUc :: Int -> DecQ

    typelevel-tools-yj Data.TypeLevel.Tuple.Uncurry.TH

    No documentation available.

Page 103 of many | Previous | Next