Neil Mitchell

Results 224 issues of Neil Mitchell

Should be pretty easy to generate a default CREATE statement.

enhancement

It doesn't help the flow of the tutorial. If people really care what is going on under the covers they can run printSQL themselves.

enhancement

Would be much easier to use. As per #14 this might require some library upgrades.

Often the record selectors on a record serve both as a way to access the field, and as documentation for what the field contains. Perhaps for unused selectors say they...

Now Semigroup is in the base library it would be useful, perhaps conditional on newer GHC.

As of 7.8, GHC features native parallel compilation. ghc-make should use that.

Ideally we'd have each disabled set of hints (e.g. generalise, teaching) in their own section in the summary, saying they are disabled.

good first issue

Currently we recommend three forms at https://github.com/ndmitchell/hlint/blob/master/README.md#ignoring-hints. We should adjust the documentation to only recommend `{- HLINT -}` style ignores (but note the other two exist), and use HLint to...

good first issue

Various personal and health stuff has meant I haven't been that on top of this repo. Given the backlog that accumulates in my absence, I think I need co-maintainers. Given...

From https://code.google.com/p/ndmitchell/issues/detail?id=238 by @np: In most situations code like: ``` if null lst then ... else ... head l ... tail l ... ``` could be replaced by a case...