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

Add lambda-terms to FOL #231

Draft
wants to merge 59 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    26e3b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690a9de View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8747557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62a926 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update Kernel helper, serialization, and more.

    Next step: rest of TPTP parsing, utils.fol, utils.prooflib.
    SimonGuilloud committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    414f027 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    1486fa3 View commit details
    Browse the repository at this point in the history
  2. add missing files

    SimonGuilloud committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f38067f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeffa5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    256fd44 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    2b790af View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Mosly finished with prooflib, currently doing definitions. Remains Ba…

    …sicStepTactics for beta conversion.
    SimonGuilloud committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b6ffb85 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    ccbe7f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    02665e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Seal fol.Expr

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    22c3de6 View commit details
    Browse the repository at this point in the history
  2. Basic matching

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9239dce View commit details
    Browse the repository at this point in the history
  3. Document matchExpr

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7a9e672 View commit details
    Browse the repository at this point in the history
  4. Implement Substitution

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a01ac26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5c8bd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db8f973 View commit details
    Browse the repository at this point in the history
  7. scalafmt

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c76eb21 View commit details
    Browse the repository at this point in the history
  8. typo

    sankalpgambhir committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1eec816 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa4045d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9f37c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Some tests pass.

    SimonGuilloud committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6e06964 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. utils tests passing. Left to do:

    - BasicTacticTest
    - UnificationTest
    - printer and parsers test: Port to TPTP-based printer (longer term)
    SimonGuilloud committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ee6d5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebc3a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e4c3036 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    248059c View commit details
    Browse the repository at this point in the history
  2. small corrections to subst steps in basic step tactics and kernel, on…

    …going portage of congruence.
    SimonGuilloud committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1f671c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69ffe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0935cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bfce57 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    516ef5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea67c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146c074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d04ee9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8917298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47c1035 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    261a9cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f62d9cc View commit details
    Browse the repository at this point in the history
  9. clean to sets2.

    clean to sets2.
    SimonGuilloud committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    343b810 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    874c3ce View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    d147215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c23d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6e89a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c14b35f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    792f904 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3a6d26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e621fc View commit details
    Browse the repository at this point in the history
  8. Minor corrections

    sankalpgambhir committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fc29f49 View commit details
    Browse the repository at this point in the history
  9. Upgrade to scala 3.5.2

    sankalpgambhir committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1ea1a11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5089f70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d1cbc3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd05987 View commit details
    Browse the repository at this point in the history
  13. small fix

    SimonGuilloud committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d369a7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    929d8e4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ab7342 View commit details
    Browse the repository at this point in the history
  16. Improve pretty printing

    SimonGuilloud committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5f6de32 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17e1dfb View commit details
    Browse the repository at this point in the history