lambdacube-compiler icon indicating copy to clipboard operation
lambdacube-compiler copied to clipboard

Fix as-pattern for GHC 9

Open ScottFreeCode opened this issue 8 months ago • 0 comments

Based on the below; resolves an error, "Suffix occurrence of @. For an as-pattern, remove the leading whitespace."

https://stackoverflow.com/questions/67972231/syntax-for-lazy-pattern-matching-with-as-syntax

https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#whitespace-sensitive-and-

With the combination of #19, #21 and this, the binary builds on current GHC and dependency package set versions.

ScottFreeCode avatar Oct 09 '23 12:10 ScottFreeCode