Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Wizek
Wizek has asked
26
questions and find answers to
14
problems.
Stats
371
EtPoint
67
Vote count
26
questions
14
answers
About
Wizek questions
Is it possible with HSpec (or HUnit) to attach further information to assertions that get printed in and only in case of failure?
How can a function be "transparently augmented" in Haskell?
Is it possible to access `WriterT`'s partially collected `tell`s in case of exception?
Is it possible to use GHC.Stack.HasCallStack in a typeclass declaration and/or instantiation?
Can Idris support row-polymorphism?
Limit the percentage of CPU a process tree is allowed to use?
What can cause `stack build` to keep unregistering local dependencies every time?
With Nix, how can I specify Haskell dependencies with profiling enabled?
Is there a (Template) Haskell library that would allow me to print/dump a few local bindings with their respective names?
Is it possible to pipe source code to GHC through standard input?
Wizek answers
How to do pending spec inside Yesod specs
Is it possible with HSpec (or HUnit) to attach further information to assertions that get printed in and only in case of failure?
Haskell guards on lambda functions?
Limit the percentage of CPU a process tree is allowed to use?
What can cause `stack build` to keep unregistering local dependencies every time?
Haskell: Debugging Long Compilation Times on Stack Projects
With Nix, how can I specify Haskell dependencies with profiling enabled?
How to search for typeclass instances on Hoogle?
Is there a (Template) Haskell library that would allow me to print/dump a few local bindings with their respective names?
Depending on a local package in cabal