-
Hi. Think I’ve found an issue with the [Natural.mod](https://share.unison-lang.org/latest/namespaces/unison/base/;/terms/Natural/mod) term (and therefore probably `div`, `divMod` too, since they depen…
dantb updated
2 years ago
-
This paper was brought to my attention in one of our LIVE Workshop submission's review comments, and while reading it I noticed that it contains some misleading descriptions of how things worked in La…
-
I just noticed that when I did a `ctrl-c` on a `run`, the main thread stopped but a child thread continued to run. After trying a few variations, it seems like this happens if `catchAll` (or something…
-
* [C#](https://github.com/exercism/csharp) and [Elixir](https://github.com/exercism/elixir) are recommended by Exercism team.
* Recently added to Exercism, but active: [Tcl](https://github.com/exerci…
-
Motivation: Newcomers are confused by the syntax for ability handlers. Often they cannot remember the syntax because it is different than other pattern match syntaxes.
Proposal: Change the ability …
stew updated
2 months ago
-
Both these docs fail to parse:
```
{{ hello [remark] }}
{{ a type like `[i] -> [o]` }}
```
with the following error pointing to the character after the closing `]`
```
unexpected space
…
-
Subscribe to this issue and stay notified about new [daily trending repos in Haskell](https://github.com/trending/haskell?since=daily).
-
I've been gripped by the urge to try and write a [gossip](https://en.wikipedia.org/wiki/Gossip_protocol)-based protocol in Unison. (I'm OK with the fact I might not be able to typecheck or run it for…
-
data path independence, sql, format, http://alasql.org/, dicts vs other, etc / most essential way to express things - when stripped down must there be only one way to express an idea? for example, two…
-
I wanted to throw in my tuppence on what Unison could do about typeclasses (see comment below) so I'm opening this issue as a place to put such things.
I'm aware that this is one of those topics th…