-
Is there any way to write custom combinators in my project and not in Servant itself?
I want to have something like `QueryParams`, but with `/` and `;` as delimiters instead of `?` and `&` respective…
-
We have considered exposing the combinators of streams as well as `AsyncRead` and such. This issue tracks whether we want to do this, however the general opinion has been that they shouldn't be public…
-
These are lens-like combinators that could be used for manipulating arrows in funflow and porcupine. They are based on the code in the [profunctor-optics](https://hackage.haskell.org/package/profuncto…
-
get people to derive the combinators themselves, then in other exercises have them passed in so they can use them to achieve some goal.
-
how would i design the and of a parser combinator so that i do not need to create an infinite number of functions for it
-
https://github.com/natemoo-re/ultrahtml/blob/93a127343f7a9f0e2286049145502e0b4dc20b32/src/selector.ts#L190
The calls to matchLeft() and matchRight() are incorrect; they need to pass the parent and …
-
In the past we have been discussing a `/for/` combinator to go from a label to the input it references (cannot find the issue now). However, HTML is rife with several IDREF attributes. Here is a small…
-
This may be an XY problem, but I'm having an issue with `sepEndBy` not being greedy enough, and is hiding errors.
For context, I'm parsing a haskell-like language with the following syntax
```fs
…
-
As @dsyme suggested in mbraceproject/MBrace.Core#100, it would be good to add more functions to CloudFlow.
Here is a list of most of the F# 4.0 collection functions and which are already implemented …
-
Conal Elliott has a pretty cool article on how [just fmap and (generalized) flip](http://conal.net/blog/posts/semantic-editor-combinators) are sufficient for doing complex transformations of functions…