Inline pattern matching in Parser

This commit is contained in:
James Eversole
2025-01-21 14:21:47 -06:00
parent 9d7e4daa41
commit c2e5a8985a
2 changed files with 46 additions and 52 deletions

View File

@ -18,6 +18,7 @@ executable tricu
src
default-extensions:
DeriveDataTypeable
LambdaCase
MultiWayIf
OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC
@ -44,6 +45,7 @@ test-suite tricu-tests
hs-source-dirs: test, src
default-extensions:
DeriveDataTypeable
LambdaCase
MultiWayIf
OverloadedStrings
build-depends: