/ghc-typelits-appendsymbol

Primary LanguageHaskellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ghc-typelits-extra

Build Status Hackage Hackage Dependencies

A GHC constraint-solver plugin that witnesses the injectivity of GHC.TypeLits.AppendSymbol. To use the plugin, add the

OPTIONS_GHC -fplugin GHC.TypeLits.AppendSymbol

pragma to the header of your file.