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

Stabilityexperimental
MaintainerVictor Denisov <denisovenator@gmail.com>
Safe HaskellSafe-Infered

Data.CountingSort

Description

 

Documentation

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