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. Player0 :: Player

    board-games Game.Labyrinth

    No documentation available.

  2. Player1 :: Player

    board-games Game.Labyrinth

    No documentation available.

  3. Player2 :: Player

    board-games Game.Labyrinth

    No documentation available.

  4. Player3 :: Player

    board-games Game.Labyrinth

    No documentation available.

  5. type PlayerMap = EnumMap Player (Coord, Coord)

    board-games Game.Labyrinth

    No documentation available.

  6. module Web.Bower.PackageMeta

    A data type representing the Bower.json package description file, together with a parser and related functions. This code is based on the specification at https://github.com/bower/bower.json-spec.

  7. data PackageMeta

    bower-json Web.Bower.PackageMeta

    A data type representing the data stored in a bower.json package manifest file. Note that the ToJSON / FromJSON instances don't exactly match; for example, it is not always the case that decoding from JSON and then encoding to JSON will give you the exact same JSON that you started with. However, if you start with a PackageMeta value, encode to JSON, and then decode, you should always get the same value back.

  8. PackageMeta :: PackageName -> Maybe Text -> [FilePath] -> [ModuleType] -> [Text] -> [Text] -> [Text] -> [Author] -> Maybe Text -> Maybe Repository -> [(PackageName, VersionRange)] -> [(PackageName, VersionRange)] -> [(PackageName, Version)] -> Bool -> PackageMeta

    bower-json Web.Bower.PackageMeta

    No documentation available.

  9. data PackageName

    bower-json Web.Bower.PackageMeta

    A valid package name for a Bower package.

  10. data PackageNameError

    bower-json Web.Bower.PackageMeta

    No documentation available.

Page 1227 of many | Previous | Next