Skip to content

kcsongor/symbols

Repository files navigation

symbols

Manipulate type-level strings.

Available on Hackage

The implementation is described in this blog post.

Contribute

Nix

You can use a Nix flake from this repo to get several development tools.

  1. Enable flakes.

  2. Run nix develop. This command will make available cabal, ghc, and haskell-language-server.

  3. Run cabal build to build the project.