ucsd-progsys / liquid-fixpoint

Horn Clause Constraint Solving for Liquid Types
BSD 3-Clause "New" or "Revised" License
141 stars 61 forks source link

WIP generate more polymorphic applys for Array #720

Open clayrat opened 5 days ago

clayrat commented 5 days ago

This is a relatively straightforward fix for https://github.com/ucsd-progsys/liquidhaskell/issues/2438. The proper solution should probably follow the strategy described in https://github.com/ucsd-progsys/liquid-fixpoint/blob/develop/src/Language/Fixpoint/Types/Theories.hs#L116-L143