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

reflection #18

Closed
ivoysey opened this issue Jul 7, 2016 · 1 comment
Closed

reflection #18

ivoysey opened this issue Jul 7, 2016 · 1 comment
Assignees

Comments

@ivoysey
Copy link
Member

ivoysey commented Jul 7, 2016

from the old todo file:

  • reflection: generate mapreduces, so that makes tcomplete and ecomplete
    effectively just

      (mapreduce τ̇) (\ <||> = ⊥ | _ = ⊤) (_×_)
      (mapreduce ė) (\ <||> = ⊥ | <| _ |> = ⊥ | _ = ⊤) tcomplete (_×_)

    generate e^ and t^ from e and t, both erasure erasure functions, matched
    for both. what else? probably the movement rules.

    need newer version of agda to do reflection, which will probably break
    other proofs we've done so far because of backwards compatiblity issues.

@ivoysey
Copy link
Member Author

ivoysey commented Oct 8, 2016

migrating this to the issue tracker repo.

@ivoysey ivoysey closed this as completed Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant