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

Get rid of existentials #65

Closed
sol opened this issue Apr 14, 2012 · 0 comments
Closed

Get rid of existentials #65

sol opened this issue Apr 14, 2012 · 0 comments

Comments

@sol
Copy link
Member

sol commented Apr 14, 2012

Currently AnyExample is an existential; and I think we can express the same thing as an ordinary algebraic data type.

Something like this should work.

class Example a where
  evaluateExample :: a -> AnyExample

data AnyExample = AnyExample (IO Result)

See also: http://lukepalmer.wordpress.com/2010/01/24/haskell-antipattern-existential-typeclass/

@sol sol closed this as completed in 28ec419 Apr 27, 2012
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