Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ixmap :: (Ix i, Ix j) => (i, i) -> (i -> j) -> BitArray j -> BitArray ibitwise Data.Array.BitArray Create a new array by mapping indices into a source array..
-
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.
-
dobutokO2 DobutokO.Sound.IntermediateF Axiliary function to get a String of consequent digits in the name of the "result*.wav" file.
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.
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.
-
lens Control.Lens.At This provides a common notion of a value at an index that is shared by both Ixed and At.
-
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.
-
lens Control.Lens.Combinators This provides a common notion of a value at an index that is shared by both Ixed and At.
-
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.
-
microlens Lens.Micro.Internal No documentation available.