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

include ~>% ~>_ and ~>f #42

Closed

Conversation

AlexKnauth
Copy link
Contributor

#lang rackjure
(~>% #"foobar" bytes-length (number->string % 16) string->bytes/utf-8)
(~>_ #"foobar" bytes-length (number->string _ 16) string->bytes/utf-8)

@greghendershott
Copy link
Owner

Thanks! I've been busy with other things and haven't had a chance to look at this carefully. Will try to get to it later today or tomorrow.

@AlexKnauth AlexKnauth changed the title include ~>% and ~>_ include ~>% ~>_ and ~>f Aug 22, 2014
@AlexKnauth AlexKnauth closed this Aug 13, 2015
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 this pull request may close these issues.

None yet

2 participants