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

parsing ShortText #15

Open
andrewthad opened this issue Apr 5, 2020 · 1 comment
Open

parsing ShortText #15

andrewthad opened this issue Apr 5, 2020 · 1 comment

Comments

@andrewthad
Copy link
Member

I need this function:

take :: e -> Int -> Parser e s ShortText

What it means is: take n bytes, validate that the byte sequence is a UTF-8 encoding of something, and then copy the bytes and put them in ShortText.

@chessai
Copy link
Member

chessai commented Apr 5, 2020

Ok

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