Skip to content
Snippets Groups Projects
  1. Feb 28, 2025
  2. Feb 25, 2025
  3. Feb 24, 2025
  4. Feb 23, 2025
  5. Feb 22, 2025
  6. Feb 21, 2025
  7. Feb 20, 2025
  8. Feb 19, 2025
  9. Feb 18, 2025
    • Artin Ghasivand's avatar
      Add real pretty printing and tracing using the prittyprinter library · cea85f44
      Artin Ghasivand authored
      - Wrote pretty printing fucntions for most of the datatypes
      - Added (automated) support for tracing. If you want tracing to be
        enabled, you can set the value of the traceFlag variable to True,
        and then you can find the trace of the testcase in the "traces"
        directory.
      - The solver isn't halting anymore.
      cea85f44
  10. Feb 17, 2025
  11. Feb 16, 2025
  12. Feb 11, 2025
    • Artin Ghasivand's avatar
      Apply Simon's fixes from Feb 5, 2025 · 45f5a33a
      Artin Ghasivand authored
      If a type variable is already in scope, we create a fresh type
      variable, a substitution mapping the old one to a skolem that wraps
      the new tyvar instead of the old one.
      
      Added pattern synonym AppS that matches both `Arrow sg ph` and
      `App sg ph`
      
      Fixed the signature of canonEq
      Got rid of topVars, and now all of the variables (including local
      ones)
      
      live in the `variables` field of the `Delta` datatype
      
      Added more tests
      45f5a33a
  13. Feb 05, 2025
  14. Feb 04, 2025
Loading