Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. (.:?) :: Text -> (forall t1 . () => Grammar Position (Sexp :- t1) (a :- t1)) -> Grammar Position (PropertyList :- t) (PropertyList :- (Maybe a :- t))

    sexp-grammar Language.SexpGrammar

    Optional property by a key grammar. Infix version of optKey.

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

    simple-vec3 Data.Vec3

    Dot product.

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

    simple-vec3 Data.Vec3

    Scale a vector.

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

    simple-vec3 Data.Vec3.Class

    Dot product.

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

    simple-vec3 Data.Vec3.Class

    Scale a vector.

  6. (.=) :: 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.

  7. (.=) :: 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.

  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.Internal.Data.Stream.IsStream

    Operator equivalent of cons.

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

  10. (.:) :: 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]
    

Page 77 of many | Previous | Next