Skip to content

kcsongor/symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.