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.
-
tensort Data.Tensort.Utils.Types Converts a Maybe into a value or throws an error if the Maybe is Nothing.
filterJust :: Event (Maybe a) -> Event athreepenny-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]
font_size_adjust :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.SVG No documentation available.
lengthAdjust :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.SVG No documentation available.
font_size_adjust :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.SVG.Attributes No documentation available.
lengthAdjust :: WriteAttr Element Stringthreepenny-gui Graphics.UI.Threepenny.SVG.Attributes No documentation available.
filterJust :: Event (Maybe a) -> Event athreepenny-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]
filterJust :: Pattern (Maybe a) -> Pattern atidal Sound.Tidal.Boot Turns a pattern of Maybe values into a pattern of values, dropping the events of Nothing.
_Just :: Show r => TomlBiMap (Maybe r) rtomland Toml.Codec.BiMap.Conversion forceJust :: Exception e => e -> Maybe a -> atools-yj Data.Maybe.ToolsYj No documentation available.