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

Coq section #1468

Merged
merged 2 commits into from
Sep 28, 2021
Merged

Coq section #1468

merged 2 commits into from
Sep 28, 2021

Commits on Sep 28, 2021

  1. When exporting a Cryptol module to Coq, wrap the module in a section,

    and translate `primitive` declarations into section `Variable` declarations
    instead of using top-level parameters.
    robdockins committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d45a354 View commit details
    Browse the repository at this point in the history
  2. When pretty printing terms skip counting more terms that will not be

    included in the eventual printed term.  This avoids more instances
    where terms become "let" bound that appear not to be referenced
    in the printed term.
    robdockins committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    020b09a View commit details
    Browse the repository at this point in the history