Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. (.*) :: Vec3 v => v -> v -> Double

    simple-vec3 Data.Vec3

    Dot product.

  2. (.^) :: Vec3 v => v -> Double -> v

    simple-vec3 Data.Vec3

    Scale a vector.

  3. (.*) :: Vec3 v => v -> v -> Double

    simple-vec3 Data.Vec3.Class

    Dot product.

  4. (.^) :: Vec3 v => v -> Double -> v

    simple-vec3 Data.Vec3.Class

    Scale a vector.

  5. (.=) :: forall (m :: Type -> Type) . Monad m => Text -> Text -> StitchT m ()

    stitch Stitch

    Add a key-value property pair. For example, "color" .= "red" will add color: red to the CSS output.

  6. (.=) :: forall (m :: Type -> Type) . Monad m => Text -> Text -> StitchT m ()

    stitch Stitch.Combinators

    Add a key-value property pair. For example, "color" .= "red" will add color: red to the CSS output.

  7. (.:) :: forall t a (m :: Type -> Type) . IsStream t => a -> t m a -> t m a

    streamly Streamly.Internal.Data.Stream.IsStream

    Operator equivalent of cons.

    > toList $ 1 .: 2 .: 3 .: nil
    [1,2,3]
    

  8. (.:) :: forall t a (m :: Type -> Type) . IsStream t => a -> t m a -> t m a

    streamly Streamly.Internal.Data.Stream.IsStream

    Operator equivalent of cons.

    > toList $ 1 .: 2 .: 3 .: nil
    [1,2,3]
    

  9. (.:) :: forall t a (m :: Type -> Type) . IsStream t => a -> t m a -> t m a

    streamly Streamly.Prelude

    Operator equivalent of cons.

    > toList $ 1 .: 2 .: 3 .: nil
    [1,2,3]
    

  10. (.>) :: (a -> b) -> (b -> c) -> a -> c

    strongweak Strongweak.Strengthen.Generic

    No documentation available.

Page 77 of many | Previous | Next