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. filterJust :: Event (Maybe a) -> Event a

    threepenny-gui Reactive.Threepenny

    Return all event occurrences that are Just values, discard the rest. Think of it as

    filterJust es = [(time,a) | (time,Just a) <- es]
    

  2. filterJust :: Pattern (Maybe a) -> Pattern a

    tidal Sound.Tidal.Boot

    Turns a pattern of Maybe values into a pattern of values, dropping the events of Nothing.

  3. _Just :: Show r => TomlBiMap (Maybe r) r

    tomland Toml.Codec.BiMap.Conversion

    BiMap for Maybe and its Just part.

  4. forceJust :: Exception e => e -> Maybe a -> a

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  5. forceJust' :: String -> Maybe a -> a

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  6. adjust :: Ord c => (a -> a) -> [c] -> TMap c a -> TMap c a

    trie-simple Data.Trie.Map

    Apply a function to the entry with given key.

  7. adjustInput :: forall (m :: Type -> Type) a r b c . Monad m => VarT m a (a -> r) -> SplineT r b m c -> SplineT a b m c

    varying Control.Varying.Spline

    Map the input value of a spline.

  8. auxBadJustification :: ImportedAux -> Bool

    web3-polkadot Network.Polkadot.Rpc.Types

    Received a bad justification.

  9. auxClearJustificationRequests :: ImportedAux -> Bool

    web3-polkadot Network.Polkadot.Rpc.Types

    Clear all pending justification requests.

  10. auxNeedsJustification :: ImportedAux -> Bool

    web3-polkadot Network.Polkadot.Rpc.Types

    Request a justification for the given block.

Page 155 of many | Previous | Next