Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type Ix4T = (Int, Int, Int, Int)

    massiv Data.Massiv.Core.Index

    4-dimensional index as 4-tuple of Ints.

  2. pattern Ix5 :: Int -> Int -> Int -> Int -> Int -> Ix5

    massiv Data.Massiv.Core.Index

    5-dimensional index constructor. (Ix5 i j k l m) == (i :> j :> k :> l :. m)

  3. type Ix5 = IxN 5

    massiv Data.Massiv.Core.Index

    5-dimensional type synonym.

  4. type Ix5T = (Int, Int, Int, Int, Int)

    massiv Data.Massiv.Core.Index

    5-dimensional index as 5-tuple of Ints.

  5. data IxN (n :: Nat)

    massiv Data.Massiv.Core.Index

    n-dimensional index. Needs a base case, which is the Ix2.

  6. type family IxValueF m :: k -> Type

    parameterized-utils Data.Parameterized.Classes

    No documentation available.

  7. class IxedF k m

    parameterized-utils Data.Parameterized.Classes

    Parameterized generalization of the lens Ixed class.

  8. class IxedF k m => IxedF' k m

    parameterized-utils Data.Parameterized.Classes

    Parameterized generalization of the lens Ixed class, but with the guarantee that indexes exist in the container.

  9. newtype IxForget r i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for indexed folds.

  10. IxForget :: (i -> a -> r) -> IxForget r i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

Page 16 of many | Previous | Next