coot
coot
The haddock documentation of `UnitInfo` sais: > The information extracted from a 'Unit'\'s on-disk configuration cache. But when I do a `runQuery (allUnits id)`, the whole project is recompiled. Either...
It would be nice to have a map that would allow to switch to buffer mode once `:CtrlP` was started in file mode. This is related to #659.
If you change `bundle` to `true` in the [example](https://github.com/ethul/purescript-webpack-example) and modify non-entry point the webpack will not rebuild purescript code.
#10, other than turning off evaluation we could * keep two ASTs - evaluated and the original * use the original one for printing js modules * use the evaluated...
The PR #1433 added size computations for `ToCBOR` instances for types related to Shelley headers. They should be tested, as they are for the [byron]( https://github.com/input-output-hk/cardano-ledger/blob/master/cardano-ledger/test/Test/Cardano/Chain/Block/Size.hs). Note: chain generator is...
This PR is an updated and cleaned version of #245. The upstream version introduced a bug which prevented quickcheck properties to be shrinked. The approach in this PR avoids that...
The [chatty](https://github.com/UnkindPartition/tasty/blob/master/quickcheck/Test/Tasty/QuickCheck.hs#L170) option, if set to `True`, displays a counter of the number of tests passed (or shrinks done) so far. Sometimes it's useful, especially when executing a test with...
``` foreign import ccall unsafe "HsRead" c_Read :: .... ``` Should generate `c_Read` entry in a hask tags file. Note that `c_Read` can also be placed in a new line:...