Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data a :+ b

    scanf Text.Scanf

    A pretty pair type to build lists with values of different types. Remember to close lists with ().

    3 :+ "14" :+ () :: Int :+ String :+ ()
    

  2. (:+) :: a -> b -> (:+) a b

    scanf Text.Scanf

    No documentation available.

  3. data a :+ b

    scanf Text.Scanf.Internal

    A pretty pair type to build lists with values of different types. Remember to close lists with ().

    3 :+ "14" :+ () :: Int :+ String :+ ()
    

  4. (:+) :: a -> b -> (:+) a b

    scanf Text.Scanf.Internal

    No documentation available.

  5. (<+>) :: Vec3 v => v -> v -> v

    simple-vec3 Data.Vec3

    Add two vectors.

  6. (<+>) :: Vec3 v => v -> v -> v

    simple-vec3 Data.Vec3.Class

    Add two vectors.

  7. (<+>) :: SlackText -> SlackText -> SlackText

    slack-web Web.Slack.Experimental.Blocks

    Concatenate two SlackTexts with a space separator.

  8. ( #+ ) :: UI Element -> [UI Element] -> UI Element

    threepenny-gui Graphics.UI.Threepenny.Core

    Append DOM elements as children to a given element.

  9. (|+) :: Num a => Pattern a -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  10. (|++) :: Pattern String -> Pattern String -> Pattern String

    tidal Sound.Tidal.Boot

    No documentation available.

Page 71 of many | Previous | Next