Marco Z

Results 199 comments of Marco Z

Related: #128 , #100 , #111 , #118 ...

I've started addressing this here: https://github.com/DataHaskell/statistics/tree/exceptions-not-error

Yes, I noticed, `error` is used pretty much throughout. We could skip refactoring the input validation parts for now (i.e. zero input size or negative parameters etc.) and focus on...

@Shimuuar would you like to join forces on this? I don't have an efficient implementation in mind for Matrix.generateSym , though

Hi @Shimuuar :) as discussed, if you point me to your working branch for this we can figure out how to collaborate :)

@Shimuuar Re. monoid-statistics ; did you know of `foldl-statistics`? https://hackage.haskell.org/package/foldl-statistics

Aha! that's a clever thing to have. However what do you think of setting up speed benchmarks before looking into adding streaming capabilities? I would like to start adding basic...

@goldfirere are you thinking of a Haskell Language Server .. as a service ?! 💭 💭 💭

Hi @sol , how do you do? What do you think of this patch? I'd find it very useful for testing `scotty`, so I hope you'll accept it here. Thanks!