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

Implement specialized types for the Haskell backend #166

Open
1 of 7 tasks
andrevidela opened this issue Aug 6, 2019 · 0 comments · May be fixed by #214
Open
1 of 7 tasks

Implement specialized types for the Haskell backend #166

andrevidela opened this issue Aug 6, 2019 · 0 comments · May be fixed by #214
Labels
Backend:Haskell issues related to the haskell backed

Comments

@andrevidela
Copy link
Collaborator

andrevidela commented Aug 6, 2019

After #165 is implemented, haskell types should have a couple of their types implemented and be available as specialized types. Here is a list of candidates:

  • String
  • Bool
  • List a
  • Either a b (basically an alias for + )
  • Int
  • Integer
  • Maybe a
@andrevidela andrevidela added this to the Specialization Release milestone Aug 20, 2019
@andrevidela andrevidela linked a pull request Mar 24, 2020 that will close this issue
@andrevidela andrevidela added the Backend:Haskell issues related to the haskell backed label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend:Haskell issues related to the haskell backed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant