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

outcome printer: test/class.t tests show failure #2756

Open
anmonteiro opened this issue Jul 8, 2024 · 0 comments
Open

outcome printer: test/class.t tests show failure #2756

anmonteiro opened this issue Jul 8, 2024 · 0 comments

Comments

@anmonteiro
Copy link
Member

there's a bug in outcome printing of class types, e.g.

class labeledClass2(~x: ((~y:int) => int)) {
};
$ echo "class labeledClass2(~x: ((~y:int) => int)) {
};
" | dune exec test/lib/outcometreePrinter.exe
class labeledClass2 : (~x: int, int) => {  };
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

No branches or pull requests

1 participant