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. (:>) :: k -> v -> Assoc k v

    membership Type.Membership.Internal

    No documentation available.

  2. (:|) :: a -> [a] -> NonEmpty a

    redis-resp Data.Redis.Command

    No documentation available.

  3. type p :-> q = forall x . () => Refined p x -> Refined q x

    refined-containers Data.HashSet.Refined

    A proof that values satisfying p can be cast into values satisfying q. For example, InSet s :-> InSet r proves that <math>.

  4. type p :-> q = forall x . () => Refined p x -> Refined q x

    refined-containers Data.IntSet.Refined

    A proof that values satisfying p can be cast into values satisfying q. For example, InSet s :-> InSet r proves that <math>.

  5. type p :-> q = forall x . () => Refined p x -> Refined q x

    refined-containers Data.Set.Refined

    A proof that values satisfying p can be cast into values satisfying q. For example, InSet s :-> InSet r proves that <math>.

  6. type a :-> t = a

    shake-plus Development.Shake.Plus.Command

    A type annotation, equivalent to the first argument, but in variable argument contexts, gives a clue as to what return type is expected (not actually enforced).

  7. (:!:) :: a -> b -> Pair a b

    strict-base-types Data.Tuple.Strict

    No documentation available.

  8. pattern (:+/-) :: Floating a => a -> a -> Uncert a

    uncertain Numeric.Uncertain

    Pattern match on an Uncert with its central value and its standard deviation (see uStd for clarification). Can also be used to construct an Uncert, identically as +/-. Note: Only supported on GHC 7.8 and above. Bidirectional functionality (to allow use as a constructor) only supported on GHC 7.10 and above.

  9. (:|) :: a -> [a] -> NonEmpty a

    verset Verset

    No documentation available.

  10. (:=) :: forall v . FormValue v => ByteString -> v -> FormParam

    wreq-stringless Network.Wreq.StringLess

    No documentation available.

Page 72 of many | Previous | Next