Skip to content
#

agda

Here are 138 public repositories matching this topic...

gallais
gallais commented Feb 29, 2020

I think it ought to be possible to speed up https://github.com/gallais/agdarsec quite a lot
by not converting a String (aka Haskell's Text) to a List Char but rather processing
the string immediately.

To be able to do that & have the parsers still run at compile time, I need:

  • Maybe as a builtin
  • uncons : Text -> Maybe (Char, Text) as a primitive
  • `length-uncons

Improve this page

Add a description, image, and links to the agda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the agda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.