Implementations of various algorithms for vector (http://code.haskell.org/~dolio/)

#6AmericaFlag sort unsafe

Data.Vector.Algorithms.AmericanFlag.(sort,sortBy) can cause segfaults but is not prefixed with "unsafe".

Further documentation does not document the requirements to avoid segmentation faults or what the appropriate inputs are.