suffixarray-0.0.3: n log n implementation of suffix array.

Safe HaskellSafe-Infered

Data.CountingSort

Description

  • Module : Data.CountingSort - License : GPL2 - - Stability : experimental

Documentation

iforeachr :: (Ix a, Ord a, Bounded a) => Vector a -> (Int -> a -> IO ()) -> IO ()Source