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

    learn-physics Physics.Learn.CarrotVec

    Inner/dot product

  2. (<.>) :: Vec -> Vec -> R

    learn-physics Physics.Learn.SimpleVec

    Dot product of two vectors.

  3. (!.) :: forall (m :: Nat) (n :: Nat) a . Matrix m n a -> (Int, Int) -> a

    matrix-static Data.Matrix.Static

    Alias for (!). This exists to keep the interface similar to Data.Matrix but serves no other purpose. Use (!) (or even better getElem) instead.

  4. (+.) :: Text -> Char -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

  5. (+.+) :: Text -> Text -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

  6. (<.>) :: FilePath os ar -> String -> FilePath os ar

    pathtype System.Path

    Infix variant of addExtension. We only allow files (and not directories) to have extensions added by this function. This is because it's the vastly common case and an attempt to add one to a directory will - more often than not - represent an error. We don't however want to prevent the corresponding operation on directories, and so we provide a function that is more flexible: genericAddExtension.

  7. (<.>) :: FilePath os ar -> String -> FilePath os ar

    pathtype System.Path.Generic

    Infix variant of addExtension. We only allow files (and not directories) to have extensions added by this function. This is because it's the vastly common case and an attempt to add one to a directory will - more often than not - represent an error. We don't however want to prevent the corresponding operation on directories, and so we provide a function that is more flexible: genericAddExtension.

  8. (&->.) :: forall record typ nest . PersistEntity nest => EntityField record nest -> EntityField nest typ -> NestedField record typ

    persistent-mongoDB Database.Persist.MongoDB

    Point to a nested field to query. This field is not an array type. Use with nestEq.

  9. (&~>.) :: forall val nes nes1 . PersistEntity nes1 => EntityField val nes1 -> NestedField nes1 nes -> NestedField val nes

    persistent-mongoDB Database.Persist.MongoDB

    Point to a nested field to query. This field is not an array type. This level of nesting is not the final level. Use ->. or &>. to point to the final level.

  10. (->.) :: forall record emb typ . PersistEntity emb => EntityField record [emb] -> EntityField emb typ -> NestedField record typ

    persistent-mongoDB Database.Persist.MongoDB

    Point to an array field with an embedded object and give a deeper query into the embedded object. Use with nestEq.

Page 148 of many | Previous | Next