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 functional dependency resolution with superclasses #1315

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

YarinHeffes
Copy link
Collaborator

Addresses issue #1050.

@YarinHeffes YarinHeffes changed the title Fix #1050 functional dependency resolution with superclasses Fix functional dependency resolution with superclasses Oct 18, 2024
@YarinHeffes YarinHeffes marked this pull request as ready for review October 18, 2024 17:56
@@ -147,3 +147,19 @@
(let ((filled?
(fn (i) (coalton-library/optional:some? (moo-find moo i)))))
(coalton-library/iterator:filter! filled? (coalton-library/iterator:up-to (moo-size moo)))))"))

(deftest fundep-superclass-resolution ()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

write a few more tests with some more complicated examples

src/typechecker/context-reduction.lisp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants