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

Remove list and map type conversion functions #123

Closed
JimLarson opened this issue May 28, 2020 · 1 comment · Fixed by #132
Closed

Remove list and map type conversion functions #123

JimLarson opened this issue May 28, 2020 · 1 comment · Fixed by #132

Comments

@JimLarson
Copy link
Contributor

The spec contains mysterious functions:

list: (type(A), list(A)) -> list(A)
map: (type(A), type(B), map(A, B)) -> map(A, B)

which don't make much sense and are not implemented anywhere. They are apparently vestigial from the prototype type checker, which was used to automatically generate the list of standard functions. They should be removed.

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 a pull request may close this issue.

2 participants