Inline pattern matching in Parser

This commit is contained in:
2025-01-21 14:21:47 -06:00
committed by James Eversole
parent 56f0c2860a
commit 962a100f53
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: