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. ixmap :: (Ix i, Ix j) => (i, i) -> (i -> j) -> BitArray j -> BitArray i

    bitwise Data.Array.BitArray

    Create a new array by mapping indices into a source array..

  2. package ix-shapable

    Reshape multi-dimensional arrays. Reshape multi-dimensional arrays. Provides the Shapable class, respresenting those instances of Ix that provide to arrays indexing that is isomorphic to that of C-style multi-dimensional arrays. Factored out of the carray library with the kind permission of its author.

  3. ixFromRes :: String -> String

    dobutokO2 DobutokO.Sound.IntermediateF

    Axiliary function to get a String of consequent digits in the name of the "result*.wav" file.

  4. ixInterv :: Int -> IO (Int, Int)

    dobutokO2 DobutokO.Sound.IntermediateF

    Given an index of the element in the listVDirectory output returns a tuple of the boundaries of the indexes usable for playback. Note: index0 is probably from [0..], l1 is necessarily from [0..]. Interesting case is: 0 <= index0 < l1.

  5. ixInterv2G :: String -> Int -> IO (Int, Int)

    dobutokO2 DobutokO.Sound.IntermediateF

    Given an index of the element in the listVDirectory2G (with the same String as the second argument) output returns a tuple of the boundaries of the indexes usable for playback. Note: index0 is probably from [0..], l1 is necessarily from [0..]. Interesting case is: 0 <= index0 < l1.

  6. type family IxValue m

    lens Control.Lens.At

    This provides a common notion of a value at an index that is shared by both Ixed and At.

  7. class Ixed m

    lens Control.Lens.At

    Provides a simple Traversal lets you traverse the value at a given key in a Map or element at an ordinal position in a list or Seq.

  8. type family IxValue m

    lens Control.Lens.Combinators

    This provides a common notion of a value at an index that is shared by both Ixed and At.

  9. class Ixed m

    lens Control.Lens.Combinators

    Provides a simple Traversal lets you traverse the value at a given key in a Map or element at an ordinal position in a list or Seq.

  10. type family IxValue m

    microlens Lens.Micro.Internal

    No documentation available.

Page 10 of many | Previous | Next