Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data Part

    advent-of-code-api Advent

    A given part of a problem. All Advent of Code challenges are two-parts. You can usually get Part1 (if it is already released) with a nonsense session key, but Part2 always requires a valid session key.

  2. Part1 :: Part

    advent-of-code-api Advent

    No documentation available.

  3. Part2 :: Part

    advent-of-code-api Advent

    No documentation available.

  4. data Part

    advent-of-code-api Advent.Types

    A given part of a problem. All Advent of Code challenges are two-parts. You can usually get Part1 (if it is already released) with a nonsense session key, but Part2 always requires a valid session key.

  5. Part1 :: Part

    advent-of-code-api Advent.Types

    No documentation available.

  6. Part2 :: Part

    advent-of-code-api Advent.Types

    No documentation available.

  7. newtype PublicCode

    advent-of-code-api Advent.Types

    Member ID of public leaderboard (the first part of the registration code, before the hyphen). It can be found as the number in the URL:

    https://adventofcode.com/2019/leaderboard/private/view/12345
    
    (the 12345 above)

  8. PublicCode :: Integer -> PublicCode

    advent-of-code-api Advent.Types

    No documentation available.

  9. module AERN2.Continuity.Principles

    No documentation available.

  10. type Parse err a = ParseT err Identity a

    aeson-better-errors Data.Aeson.BetterErrors

    This is the standard version of ParseT over the Identity Monad, for running pure parsers.

Page 1181 of many | Previous | Next