Veronika Romashkina

Results 115 issues of Veronika Romashkina

- [ ] Typeclass laws - [x] duplicate: `length (duplicate xs) = 2 * (lenght xs)` - [x] `rewind` = `reverse`

tests

I know that this could be very difficult to implement, but it's very handy to have one. Currently, I use very simple implementation like this: ```haskell genUTCTime :: MonadGen m...

feature request

Currently, I have only noticed Stack instructions. This could be optional, and users could choose for themselves, I guess.

help wanted
documentation

I guess it could be made in a similar manner as for imports: options for the padding, spaces after brackets or probably any better ideas.

For example I would like to format imports as follows: ```haskell import qualified Network.HTTP.Client.Internal.Types as Client (Request, host, method, path, port, queryString, requestBody, requestHeaders) ``` But with current options, I...

The library seems a bit unstable on different platforms, and some [fixes like this](https://github.com/andrewthad/chronos/pull/58) look a bit suspicious. I propose to at least discuss options we have to improve this...

question
dependencies

It would be nice also to be able to run `importify` on single-file projects. I tried it on [this project](https://github.com/vrom911/hs-init) and I received ``` [importify:WARNING] importify was executed outside of...

feature
caching

There are two ways to write tables in TOML. But currently `tomland` doesn't keep track of such information, though it could be useful during pretty-printing later. This info is not...

question
ast