#include #include -- | module Bindings.Gsl.Sorting where #strict_import #callback gsl_comparison_fn_t , FunPtr ( Ptr (), Ptr () -> IO CInt) #ccall gsl_heapsort , Ptr () -> CSize -> CSize -> -> IO () #ccall gsl_heapsort_index , Ptr CSize -> Ptr () -> CSize -> CSize -> -> IO CInt