Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. font_size_adjust :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG.Attributes

    No documentation available.

  2. lengthAdjust :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG.Attributes

    No documentation available.

  3. 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]
    

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

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

    tomland Toml.Codec.BiMap.Conversion

    BiMap for Maybe and its Just part.

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

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

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

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

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

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

  10. auxBadJustification :: ImportedAux -> Bool

    web3-polkadot Network.Polkadot.Rpc.Types

    Received a bad justification.

Page 154 of many | Previous | Next