Skip to content
  • Jacco Krijnen's avatar
    ttg: Use List instead of Bag in AST for LHsBindsLR · 24e89c40
    Jacco Krijnen authored and Marge Bot's avatar Marge Bot committed
    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
    24e89c40