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.
(
<.> ) :: InnerSpace v => v -> v -> Scalar vlearn-physics Physics.Learn.CarrotVec Inner/dot product
-
learn-physics Physics.Learn.SimpleVec Dot product of two vectors.
(
!. ) :: forall (m :: Nat) (n :: Nat) a . Matrix m n a -> (Int, Int) -> amatrix-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.
-
oeis2 Math.OEIS.Internal No documentation available.
-
oeis2 Math.OEIS.Internal No documentation available.
(
<.> ) :: FilePath os ar -> String -> FilePath os arpathtype 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.
(
<.> ) :: FilePath os ar -> String -> FilePath os arpathtype 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.
-
persistent-mongoDB Database.Persist.MongoDB Point to a nested field to query. This field is not an array type. Use with nestEq.
-
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.
-
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.