Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. (.:) :: FromJSON a => Object -> Key -> Parser a

    classy-prelude-yesod ClassyPrelude.Yesod

    Retrieve the value associated with the given key of an Object. The result is empty if the key is not present or the value cannot be converted to the desired type. This accessor is appropriate if the key and value must be present in an object for it to be valid. If the key and value are optional, use .:? instead.

  2. (-:) :: Key Text -> Text -> Css

    clay Clay

    The colon operator can be used to add style rules to the current context for which there is no embedded version available. Both the key and the value are plain text values and rendered as is to the output CSS.

  3. (-:) :: Key Text -> Text -> Css

    clay Clay.Stylesheet

    The colon operator can be used to add style rules to the current context for which there is no embedded version available. Both the key and the value are plain text values and rendered as is to the output CSS.

  4. (-.:) :: (b -> c) -> (a -> c -> d) -> a -> b -> d

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  5. (-.:.) :: (c -> d) -> (a -> b -> d -> e) -> a -> b -> c -> e

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  6. (-.::) :: (d -> e) -> (a -> b -> c -> e -> f) -> a -> b -> c -> d -> f

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  7. (-.::.) :: (e -> f) -> (a -> b -> c -> d -> f -> g) -> a -> b -> c -> d -> e -> g

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  8. (-.:::) :: (f -> g) -> (a -> b -> c -> d -> e -> g -> h) -> a -> b -> c -> d -> e -> f -> h

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  9. (-.:::.) :: (g -> h) -> (a -> b -> c -> d -> e -> f -> h -> i) -> a -> b -> c -> d -> e -> f -> g -> i

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

  10. (-.::::) :: (h -> i) -> (a -> b -> c -> d -> e -> f -> g -> i -> j) -> a -> b -> c -> d -> e -> f -> g -> h -> j

    composition-extra Data.Function.Contravariant.Syntax

    No documentation available.

Page 104 of many | Previous | Next