Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. formatShift :: ((Border, Coord), Rotation) -> String

    board-games Game.Labyrinth

    No documentation available.

  2. formatShifts :: ((Border, Coord), ([Rotation], Bool)) -> String

    board-games Game.Labyrinth

    No documentation available.

  3. formatWays :: Directions Board -> Board -> Box

    board-games Game.Labyrinth

    No documentation available.

  4. formatWithSymbols :: BoardState -> Board -> Box

    board-games Game.Labyrinth

    No documentation available.

  5. forkM :: SDoc -> IfL a -> IfL a

    breakpoint Debug.Breakpoint.GhcFacade

    Run thing_inside in an interleaved thread. It shares everything with the parent thread, so this is DANGEROUS. It throws an error if the computation fails It's used for lazily type-checking interface signatures, which is pretty benign. See Note [Masking exceptions in forkM]

  6. format :: Lens' CopyrightDescription URI

    cabal-debian Debian.Debianize.CopyrightDescription

    No documentation available.

  7. format :: (MonadThrow m, MonadWalk m) => FilePath -> ByteString -> m ByteString

    cabal-gild CabalGild

    Formats the given input using the provided file path as the apparent source file (see stdin). An exception will be thrown if the input is invalid. The MonadWalk constraint is used to discover modules on the file system. Typically m will be IO.

  8. format :: (MonadThrow m, MonadWalk m) => FilePath -> ByteString -> m ByteString

    cabal-gild CabalGild.Unstable.Main

    Formats the given input using the provided file path as the apparent source file (see stdin). An exception will be thrown if the input is invalid. The MonadWalk constraint is used to discover modules on the file system. Typically m will be IO.

  9. forgetTargetsDetail :: [AvailableTarget k] -> [AvailableTarget ()]

    cabal-install Distribution.Client.ProjectOrchestration

    No documentation available.

  10. formatCommand :: CommandUI (Flag Verbosity)

    cabal-install Distribution.Client.Setup

    No documentation available.

Page 157 of many | Previous | Next