Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for Gibbon-GHC gaps relevant to Sorting Paper #231

Open
1 of 13 tasks
rrnewton opened this issue Oct 25, 2023 · 0 comments
Open
1 of 13 tasks

Tracking issue for Gibbon-GHC gaps relevant to Sorting Paper #231

rrnewton opened this issue Oct 25, 2023 · 0 comments

Comments

@rrnewton
Copy link
Member

rrnewton commented Oct 25, 2023

General issues

Issues pertaining to Liquid-Haskell verification

  • make sure Liquid checks for us ASAP

  • delete everything after ?

  • delete every top level binding starting with lemma_ (or convince ourselves that DCE can handle it)

  • handle proof threading in _____

  • make sure the functional+inplace linearish array library works in both Gibbon/GHC

    • Probably need to add a Gibbon-specific array wrapper in lieu of the reference List.hs or GHC specific
      Mutable.hs

    • Probably should update the common Array.hs lib to say IFDEF __GIBBON__ or some such.

    • Adding CPP support to Gibbon could be a good beginner task in Gibbon. Call GHC's CPP or make a CLI call out to do it.

Separate issues for Linear-Haskell compatibility

(LOW PRIORITY)

  • undo CPS-ish code that is there for linear haskell's limitations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant