-
I'm not sure if Unison is currently actually capable of any sort of file I/O. I see likely candidates inside `base.io` but as a non-PLs person I am at the level of "I think I can read this code and it…
-
## Background
VAMC editors currently use [Siteimprove](https://www.siteimprove.com/#main) as a means to provide accessible content to Veterans and users of the VAMC product.
Integration with Si…
-
### Describe the bug
When using the single comment style of language injection, as introduced in #6418, the nix code between two injections has the incorrect commentstring
```nix
foo = # lua
"…
alxdb updated
1 month ago
-
Imagine a world in which you can capture a program's execution, inspect it, and replay it. You could browse all the inputs the program had received, and all the outputs it had made, and you could ret…
-
Currently we have a few places where we do much more typechecking than is strictly necessary. For example when we edit a type signature, we recheck the entire program (since any definition may refer t…
-
With the introduction of using `{}` in type signatures to implicitly quantify over variables, there are now 3 distinct uses of curly braces that all show up in type signatures:
1. implicit quantifi…
-
Hello. I want conversion of FestVox voices to Flite ([for thai language](https://github.com/PyThaiNLP/tts-thai) #25 ). Can you recommend me?
-
This is a proposal for Unison to support a form of automatic code generation.
The mechanism is similar to Scala's implicit conversions, but with some key changes to make it more workable. It's als…
-
Unison works great for my uses but I keep running into an annoying situation in my setup. The temporary files unison creates sometimes get picked up by an external process over which I have no control…
-
Some old notes from talking with Jonathan Brachthäuser at ICFP 2018.
He pointed out that if you have a HOF that takes an effectful fn, f, as arg which is parametric in its effect, and then you hav…