Fix deferrals (#1402) #6000
GitHub Actions / Test Report
succeeded
Oct 29, 2024 in 0s
33 passed, 0 failed and 0 skipped
✅ junit_tests.xml
33 tests were completed in 0ms with 33 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Dynamics | 33✅ | 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
Dynamics.MakeTerm
✅ Integer Literal
✅ Empty Hole
✅ Free Variable
✅ Parenthesized Expression
✅ Let Expression
✅ Function Application
✅ Named Function Definition
✅ Incomplete Function Definition
✅ Constructor
✅ Type Alias
Loading