Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. fromJust :: Maybe a -> a

    tensort Data.Tensort.Utils.Types

    Converts a Maybe into a value or throws an error if the Maybe is Nothing.

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

    threepenny-gui Graphics.UI.Threepenny.Core

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

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

  3. font_size_adjust :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  4. lengthAdjust :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  5. font_size_adjust :: WriteAttr Element String

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

    No documentation available.

  6. lengthAdjust :: WriteAttr Element String

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

    No documentation available.

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

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

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

    tomland Toml.Codec.BiMap.Conversion

    BiMap for Maybe and its Just part.

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

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

Page 154 of many | Previous | Next