kenta2
kenta2
luDecomp appears to have a space leak: calling it on a 100x100 matrix of Doubles requires over 5 GB of memory. Here is a simple test program {-# LANGUAGE LambdaCase...
running `hoogle generate --local` on about 7000 packages results in ``` Writing types... hoogle: Invalid spreadNames ``` Digging a bit further into spreadNames (Output/Types.hs) finds that `length xs` in this...
The regex syntax `\s_` is documented at , and the syntax table entries for prime and underbar (underscore) are already set in `haskell-mode-syntax-table`.
Searching for (a->b) -> (c,a) -> (c,b) , i.e., "apply a function to the second part of a tuple" (IMHO a common operation), does not find Control.Arrow.second.