We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
!
let
let Just v = k `lookup` assocs in ...
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)
lemma_
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.
IFDEF __GIBBON__
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.
(LOW PRIORITY)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General issues
!
) patternslet
is not supported (e.g.let Just v = k `lookup` assocs in ...
)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)
The text was updated successfully, but these errors were encountered: