-
This is as much a question as it is a feature request. What is the reasoning for not allowing a module instance from being created (but not used) outside `hk.transform`? I took a look at `hk.Module` a…
-
```
(I remember reading about this on the list, but can't find any related issue)
The ability to wrap a constructor of Clazz with args A, B, ... to a FN would be great.
Maybe this depends on #55 (wr…
-
Do you have any plans to convert the code to typescript?
Or add `.d.ts` files?
-
Hello,
I just discovered `exceptional` and I see you're trying to introduce a few ideas from Haskell to Elixir, which is nice. With that given said, I was wondering if you could give me a few ideas…
walkr updated
7 years ago
-
I've been digging through the code a little and noticed that the direct use and execution of Futures brings some inconveniences with it:
- An `ExecutionContext` has to be passed everywhere.
- You ca…
-
Using other promise libraries in a language like JS is pretty flexible with the return type. Both then and error handling usually allow for either a value or a promise to be returned and will take the…
-
GHC 8 introduces the [Applicative Do](https://ghc.haskell.org/trac/ghc/wiki/ApplicativeDo) extension, which can be used to desugar `do` notation to `Applicative` operations where possible. The [paper…
-
@shelby3 [wrote](https://github.com/keean/traitscript/issues/2#issuecomment-248102324):
> Also, the compiler can use a much simpler form of path analysis (independent of run-time state) to do that pe…
-
I recently wrote a rough Python implementation of [J-style forks](https://www.jsoftware.com/help/primer/fork.htm) which I ended up using a lot, and I wanted to see whether such a function belonged in …
-
# Checklist
- [ ] **Core**
- [ ] **Type**
- [x] **Leibniz**
- [x] **Liskov**
- [x] **AList**
- [ ] ...
- [ ] **Data**
- [ ] **IList** — Current version…