Skip to content
Snippets Groups Projects
Verified Commit ae3f3146 authored by Jacco Krijnen's avatar Jacco Krijnen Committed by Rodrigo Mesquita
Browse files

ttg: Use List instead of Bag in AST for LHsBindsLR

Considering that the parser used to create a Bag of binds using a
cons-based approach, it can be also done using lists. The operations in
the compiler don't really require Bag.

By using lists, there is no dependency on GHC.Data.Bag anymore from the
AST.

Progress towards #21592
parent 3dca3b7d
No related branches found
No related tags found
No related merge requests found
Pipeline #96614 failed
Showing
with 97 additions and 111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment