Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
(
.>>= ) :: Expr -> Expr -> Exprlanguage-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
(
.+~^ ) :: Semimanifold x => x -> Needle x -> xmanifolds-core Math.Manifold.Core.PseudoAffine Generalisation of the translation operation .+^ to possibly non-flat manifolds, instead of affine spaces.
(
.-~! ) :: PseudoAffine x => x -> x -> Needle xmanifolds-core Math.Manifold.Core.PseudoAffine Unsafe version of .-~.. If the two points lie in disjoint regions, the behaviour is undefined. Whenever p and q lie in a connected region, the identity
p .+~^ (q.-~.p) ≡ q
should hold (up to possible floating point rounding etc.). Meanwhile, you will in general have(p.+~^v).-~^v ≠ p
(though in many instances this is at least for sufficiently small v approximately equal).