Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. ParallelLastTime :: forall cl1 cl2 . LastTime cl1 -> LastTime cl2 -> LastTime (ParallelClock cl1 cl2)

    rhine FRP.Rhine.Schedule

    No documentation available.

  2. pattern Par :: Comp

    scheduler Control.Scheduler

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

  3. pattern Par' :: Comp

    scheduler Control.Scheduler

    Parallel computation using all available cores. Same as ParN 0

  4. 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.

  5. 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.

  6. type Path ftype = [Segment ftype]

    servant-foreign Servant.Foreign

    No documentation available.

  7. newtype PathSegment

    servant-foreign Servant.Foreign

    See documentation of Arg

  8. PathSegment :: Text -> PathSegment

    servant-foreign Servant.Foreign

    No documentation available.

  9. type Path ftype = [Segment ftype]

    servant-foreign Servant.Foreign.Internal

    No documentation available.

  10. newtype PathSegment

    servant-foreign Servant.Foreign.Internal

    See documentation of Arg

Page 641 of many | Previous | Next