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

Fix deferrals #1402

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Merge branch 'dev' into fix-deferrals

d50f747
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Fix deferrals #1402

Merge branch 'dev' into fix-deferrals
d50f747
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Oct 4, 2024 in 0s

23 passed, 0 failed and 0 skipped

Tests passed successfully

✅ junit_tests.xml

23 tests were completed in 0ms with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dynamics 23✅ 0ms

✅ Dynamics

Dynamics.Elaboration
  ✅ Single integer
  ✅ Empty hole
  ✅ Free variable
  ✅ Let expression
  ✅ Inconsistent binary operation
  ✅ Consistent if statement
  ✅ An unapplied function
  ✅ Application of function on free variable
  ✅ Inconsistent case statement
  ✅ Let expression for a function
  ✅ Function application with a deferred argument
  ✅ Function application with a single remaining argument after deferral
  ✅ Function application with a deferral of a hole
Dynamics.Statics
  ✅ Function with unknown param
  ✅ Function with known param
  ✅ bifunction
  ✅ function application
  ✅ function deferral
Dynamics.Evaluator
  ✅ Integer literal
  ✅ Integer sum
  ✅ Function application
  ✅ Function deferral
  ✅ Deferral applied to hole