Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. justName :: Name

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

  2. justT :: MonadGen m => m (Maybe a) -> m a

    hedgehog Hedgehog.Gen

    Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.

  3. justT :: MonadGen m => m (Maybe a) -> m a

    hedgehog Hedgehog.Internal.Gen

    Runs a Maybe generator until it produces a Just. This is implemented using filter and has the same caveats.

  4. justDataConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  5. justDataCon :: DataCon

    ghc GHC.Builtin.Types

    No documentation available.

  6. justDataConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  7. justBytecode :: Linkable -> HomeModLinkable

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  8. justObjects :: Linkable -> HomeModLinkable

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  9. justHere :: These a b -> Maybe a

    these Data.These.Combinators

    >>> justHere (This 'x')
    Just 'x'
    
    >>> justHere (That 'y')
    Nothing
    
    >>> justHere (These 'x' 'y')
    Just 'x'
    

  10. justThat :: These a b -> Maybe b

    these Data.These.Combinators

    No documentation available.

Page 17 of many | Previous | Next