-
**Issue by [huixie90](https://github.com/huixie90)**
_Wednesday Oct 27, 2021 at 11:37 GMT_
_Originally opened as https://github.com/NVIDIA/stdexec/issues/223_
----
Sorry if this is not the right pl…
-
We need to design the basic game mechanics and implement them, this probably includes:
- Players, including some notion of health
- Some representation of decks and cards
- Maybe different stats …
-
Are there morphological features for verbs that have an intransitive vs transitive morphology?
For example, this comes up a lot in Hungarian:
https://en.wikipedia.org/wiki/Hungarian_verbs
It …
-
Browsing the docs, the API feels very abstract and I have a hard figuring out what the different API items are and what they are for
This is a follow up to my [reddit comment](https://www.reddit.co…
-
## 📖 Documentation
I'm trying to understand how some of the constructs in `fp-ts` work but there are no good tutorials on the site and the module documentation is either non-existent or very uninfo…
-
I'm Alejandro Serrano, a PhD student in the area of functional programming, currently working in [Utrecht University](http://www.cs.uu.nl/staff/mena.html). I use Haskell for my daily job, but I also l…
-
I am curious why the decision was made for `Bwd.map`, `Bwd.iter`, and so on to operate from right to left rather than from left to right. This is counterintuitive to me (and has led to at least one b…
-
**Issue by [tiffany352](https://github.com/tiffany352)**
_Monday Sep 02, 2013 at 01:14 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/8922_
_This issue was labelled with…
-
Issue #302, that enormous discussion that hovers around fexprs and Kernel but sometimes veers out into the unknown and asks really deep and important questions about computation itself (and how it's m…
masak updated
3 weeks ago
-
## Motivation
Unlike Haskell, Scala allows multiple implicit instances of a type. This makes implicits cover a lot more use cases. Besides type classes, implicits can also express
- capabilitie…