Freddy Cubas

Results 7 issues of Freddy Cubas

auto f(A, B:int)() { } gets formatted into auto f(A, B: int)() { }

bug

[Can you please add an license to this repo](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)? Not having a license severely limits what people can do with it, such as preventing modifications.

Automate the process of Bootstrapping MicroHs with Hugs. Have the Makefile automatically pull the patched version of MicroHs to build with Hugs, then use the patched version MicroHs to build...

Publish the extension on [Open VSX](https://open-vsx.org/) please. The VSCode marketplace can only be used with VSCode proper per their terms of service. OpenVSX is an alternative that can be used...

This adds a flag to not try to disambiguate multiple `Main` modules.

This adds a flag that treats hs-boot imports (`import {-# SOURCE #-} ...`) as normal imports.

This adds a flag that ignores modules that import themselves. This is mainly useful when combined with `--collapse=`.