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. onJust :: OnMaybe (k1 :: k) (m :: Type -> Type) v -> m v

    mappings Data.Mapping

    No documentation available.

  2. fontSizeAdjust_ :: MisoString -> Attribute action

    miso Miso.Svg

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-size-adjust

  3. lengthAdjust_ :: MisoString -> Attribute action

    miso Miso.Svg

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/lengthAdjust

  4. fontSizeAdjust_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-size-adjust

  5. lengthAdjust_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/lengthAdjust

  6. adjustVolRes :: [String] -> IO ()

    mmsyn7l MMSyn7l

    Works with the "result*.wav" files in the current directory: it adjusts volume levels for the sequence of them starting from the first argument in a list and ending with the second one (if specified). If there is no first -- all such files are adjusted; if there is no second one -- the files are adjusted to the last one. Count starts at 0.

  7. fromJust :: MaybeLike a v => a -> v

    monad-memo Data.MaybeLike

    No documentation available.

  8. adjust :: (Ord k1, Ord k2, MonoidNull v) => (v -> v) -> k1 -> k2 -> NestedMonoidMap k1 k2 v -> NestedMonoidMap k1 k2 v

    monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap

    No documentation available.

  9. adjust :: (Typeable a, FromJSON a, ToJSON a) => Connection -> JSONTable a -> (a -> IO a) -> Id a -> IO ()

    mysql-json-table Database.MySQL.JSONTable

    Update a row by applying the supplied function. If the row doesn't exist, it does nothing.

  10. adjustId :: (ToField key, Typeable a) => Connection -> IdTable key a -> (Id a -> IO (Id a)) -> key -> IO ()

    mysql-json-table Database.MySQL.JSONTable

    Update an Id by applying the supplied function. If the key is not found, it does nothing.

Page 135 of many | Previous | Next