Simon Hengel

Results 312 comments of Simon Hengel

Hey, sorry for the delay. For this to be useful this would at least need tests and more detailed documentation. Specifically I don't understand - why is the first case...

I use ghci or sensei to run tests Sent from mobile > On 3 Sep 2016, at 4:53 PM, Erik de Castro Lopo [email protected] wrote: > > For this to...

Tests are running on Travis now. Can you rebase on current `master` and make sure the build is green. I also wouldn't mind if you remove some of the code...

I think you can use a where clause with guards, no? Sent from mobile > On 6 Sep 2016, at 5:03 PM, Erik de Castro Lopo [email protected] wrote: > >...

Hey, thanks for the feedback. I'm not the original author of this library and I'm not actively working on it. > using a pipe @jfischoff if you want to give...

> wrote a similar one that uses a pipe Nice! If you are interested to collaborate on this, I'm happy to add anybody as a co-maintainer who made at least...

@parsonsmatt I'll try to look at this, hopefully on Monday, sorry for the delay.

@parsonsmatt from what I understand, unlike `SpecHook.hs`, `SpecWrap.hs` is only discovered at the top-level. Is this in an attempt to keep things simple, or is there a more fundamental reason...

> Is it somehow possible to get access to the custom monad in the hooks? Yes, you can define a custom version of `around_` to make this work: ```haskell around_...

@asteppke you may be interested in #10. I think this simplifies installation significantly.