Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. untilJust :: forall m (f :: Type -> Type) r . (Monad m, Applicative f) => m (Maybe r) -> Stream f m r

    streaming Streaming.Internal

    Repeat a

  2. adjustDia :: (Backend b v n, Additive v, Monoid' m, Num n) => b -> Options b v n -> QDiagram b v n m -> (Options b v n, Transformation v n, QDiagram b v n m)

    diagrams-core Diagrams.Core

    adjustDia allows the backend to make adjustments to the final diagram (e.g. to adjust the size based on the options) before rendering it. It returns a modified options record, the transformation applied to the diagram (which can be used to convert attributes whose value is Measure, or transform e.g. screen coordinates back into local diagram coordinates), and the adjusted diagram itself. See the diagrams-lib package (particularly the Diagrams.TwoD.Adjust module) for some useful implementations.

  3. adjustDia :: (Backend b v n, Additive v, Monoid' m, Num n) => b -> Options b v n -> QDiagram b v n m -> (Options b v n, Transformation v n, QDiagram b v n m)

    diagrams-core Diagrams.Core.Types

    adjustDia allows the backend to make adjustments to the final diagram (e.g. to adjust the size based on the options) before rendering it. It returns a modified options record, the transformation applied to the diagram (which can be used to convert attributes whose value is Measure, or transform e.g. screen coordinates back into local diagram coordinates), and the adjusted diagram itself. See the diagrams-lib package (particularly the Diagrams.TwoD.Adjust module) for some useful implementations.

  4. type family FromJust (a1 :: Maybe a) :: a

    singletons-base Data.Maybe.Singletons

    No documentation available.

  5. data FromJustSym0 (a1 :: TyFun Maybe a a)

    singletons-base Data.Maybe.Singletons

    No documentation available.

  6. type family FromJustSym1 (a6989586621679588164 :: Maybe a) :: a

    singletons-base Data.Maybe.Singletons

    No documentation available.

  7. type family IsJust (a1 :: Maybe a) :: Bool

    singletons-base Data.Maybe.Singletons

    No documentation available.

  8. data IsJustSym0 (a1 :: TyFun Maybe a Bool)

    singletons-base Data.Maybe.Singletons

    No documentation available.

  9. type family IsJustSym1 (a6989586621679588171 :: Maybe a) :: Bool

    singletons-base Data.Maybe.Singletons

    No documentation available.

  10. SJust :: forall a (n :: a) . Sing n -> SMaybe ('Just n)

    singletons-base Data.Maybe.Singletons

    No documentation available.

Page 45 of many | Previous | Next