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

Consider Show protocol #11

Closed
pasviegas opened this issue Jan 11, 2014 · 3 comments
Closed

Consider Show protocol #11

pasviegas opened this issue Jan 11, 2014 · 3 comments

Comments

@pasviegas
Copy link

Hey, I really thing it would be valuable to have a Show protocol

consider de following code

(just {:a 2})
;;#<Just uncomplicate.fluokitten.algo.Just@3c6f0c2b>
(show (just {:a 2}))
;;Just {:a 2}

Thanks again!

@blueberry
Copy link
Member

Sure. I'll come to that eventually, but I have a tight schedule now.

@blueberry
Copy link
Member

I added toString and print-method for Just and curried functions, so it looks pretty in REPL now.

@pasviegas
Copy link
Author

Awesome! Thanks! :)

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

2 participants