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.

  1. ($.//) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-indexed-cursor Text.XML.Cursor.Indexed

    Apply an axis to a 'Cursor node' as well as its descendants.

  2. (&.//) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]

    xml-indexed-cursor Text.XML.Cursor.Indexed

    Combine two axes so that the second works on both the result nodes, and their descendants.

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

    LPFP-core LPFPCore

    Dot product of two vectors.

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

    LPFP-core LPFPCore.SimpleVec

    Dot product of two vectors.

  5. (*.) :: RightModule r m => m -> r -> m

    algebra Numeric.Algebra

    No documentation available.

  6. (*.) :: RightModule r m => m -> r -> m

    algebra Numeric.Algebra.Class

    No documentation available.

  7. (*.) :: RightModule r m => m -> r -> m

    algebra Numeric.Module.Class

    No documentation available.

  8. (!.) :: Integral ix => BV -> ix -> Bool

    bv Data.BitVector

    Reverse bit-indexing. Index starting from the most significant bit.

    u !. i == u @. (size u - i - 1)
    
    >>> [3]3 !. 0
    False
    

  9. (/=.) :: BV -> BV -> Bool

    bv Data.BitVector

    Fixed-size inequality. The negated version of ==..

  10. (<.) :: BV -> BV -> Bool

    bv Data.BitVector

    Fixed-size less-than.

Page 154 of many | Previous | Next