Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. pattern Par :: Comp

    scheduler Control.Scheduler

    Parallel computation using all available cores. Same as ParOn []

  2. pattern Par' :: Comp

    scheduler Control.Scheduler

    Parallel computation using all available cores. Same as ParN 0

  3. ParN :: Word16 -> Comp

    scheduler Control.Scheduler

    Specify the number of workers that will be handling all the jobs. Difference from ParOn is that workers can jump between cores. Using ParN 0 will result in using all available capabilities.

  4. ParOn :: [Int] -> Comp

    scheduler Control.Scheduler

    Schedule workers to run on specific capabilities. Specifying an empty list ParOn [] or using Par will result in utilization of all available capabilities.

  5. type Path ftype = [Segment ftype]

    servant-foreign Servant.Foreign

    No documentation available.

  6. newtype PathSegment

    servant-foreign Servant.Foreign

    See documentation of Arg

  7. PathSegment :: Text -> PathSegment

    servant-foreign Servant.Foreign

    No documentation available.

  8. type Path ftype = [Segment ftype]

    servant-foreign Servant.Foreign.Internal

    No documentation available.

  9. newtype PathSegment

    servant-foreign Servant.Foreign.Internal

    See documentation of Arg

  10. PathSegment :: Text -> PathSegment

    servant-foreign Servant.Foreign.Internal

    No documentation available.

Page 643 of many | Previous | Next