Closed kevinbarabash closed 3 months ago
Attention: Patch coverage is 68.42105%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 83.97%. Comparing base (
ab2767c
) to head (1c3dd2b
).
Files | Patch % | Lines |
---|---|---|
src/Escalier.TypeChecker/Infer.fs | 75.75% | 8 Missing :warning: |
src/Escalier.TypeChecker/Helpers.fs | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR also handles making function on objects with a callable signature. This was to support a call to
Symbol()
in one of the test cases.