Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. data SMaybe (a1 :: Maybe a)

    singletons-base Prelude.Singletons

    No documentation available.

  2. sMaybe_ :: forall b a (t1 :: b) (t2 :: a ~> b) (t3 :: Maybe a) . Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply (Maybe_Sym0 :: TyFun b ((a ~> b) ~> (Maybe a ~> b)) -> Type) t1) t2) t3)

    singletons-base Prelude.Singletons

    No documentation available.

  3. genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()

    yi-core Yi.Buffer.Normal

    Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.

  4. genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()

    yi-core Yi.Buffer.TextUnit

    Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.

  5. genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()

    yi-core Yi.Config.Simple

    Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.

  6. minusNaturalMaybe :: Natural -> Natural -> Maybe Natural

    base-compat-batteries Numeric.Natural.Compat

    Natural subtraction. Returns Nothings for non-positive results.

  7. varTToName_maybe :: Type -> Maybe Name

    deriving-compat Data.Deriving.Internal

    Extract Just the Name from a type variable. If the argument Type is not a type variable, return Nothing.

  8. class IsMaybe (b :: Maybe t)

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  9. optionMaybe :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m (Maybe a)

    pandoc Text.Pandoc.Parsing

    optionMaybe p tries to apply parser p. If p fails without consuming input, it return Nothing, otherwise it returns Just the value returned by p.

  10. runNonDetMaybe :: forall (r :: [(Type -> Type) -> Type -> Type]) a . Sem (NonDet ': r) a -> Sem r (Maybe a)

    polysemy Polysemy.NonDet

    Run a NonDet effect in terms of an underlying Maybe Unlike runNonDet, uses of <|> will not execute the second branch at all if the first option succeeds.

Page 173 of many | Previous | Next