-
Hi, I thought this might be the best way to reach you. Does indentation work properly in your mmm-mode setup for lhs2latex literate Haskell? I happen to be writing a beamer presentation about recursio…
-
Part of the [Merge yaya into recursion-schemes?](https://github.com/ekmett/recursion-schemes/issues/76) thread. Here are the comments from that thread which pertain to the topic.
In the [yaya docum…
-
Currently, `hackport` is generating invalid ebuilds in the presence of `||` in the `.cabal` file's dependency constraints.
---
Here is an example with `aeson-extra-0.5.1.1`:
- [`.cabal` file]…
-
This is a great collection of resources!
I think one link to add would be to the "nanopass framework" for writing compilers in Scheme/Racket. It encapsulates various recursion schemes in a little …
-
In order to publish the microsite, we need to add the basic documentation.
At the moment we have got the `Quick Start` guide, but we need docs for the 3 top-level sections that will be displayed in t…
-
Do we have ones? I've made my own funtional variants inspired by SICP examples, but it seems they are lacking efficiency.
-
A brief of the idea I glimpsed is that using Peirce’s law you can translate classical proofs into intuitionistic ones by Continuation Passing Style.
References: https://www.cs.uoregon.edu/research/…
-
In recursion-schemes we use type family Base for Base Functor. How about in ts? for example we will use it like (some pseudocode)
```js
ListF.prototype.embed = function() {
return this.cata({
…
-
#### Description of the problem
When changing one of my inductive definitions I get the following error
when generating an induction principle using "Combined Scheme":
Error: decompose_prod…
-
The (boring) tuple instances are missing. We should have
```haskell
type instance Base (a, b, ...) = Const (a, b, ...)
```
I also noticed that the Template Haskell deriving mechanism can't han…