unison
unison copied to clipboard
A friendly programming language from the future
If I create a term in my scratch file like this: ```unison testNothing = do [] ``` And try to immediately run it with `test.io`: ```ucm:error scratch/main> test.io testNothing ```...
**Describe and demonstrate the bug** In the Haskell interpreter, `createDirectory` acts like Unix's `mkdir -p`, creating parent directories as needed. But in the scheme runtime, `createDirectory` fails if a parent...
**Describe and demonstrate the bug** In the scheme runtime, the builtin for converting to the URL variant of base 64 doesn't actually use the URL variant. It uses `/` instead...
**Describe and demonstrate the bug** https://share.unison-lang.org/@kylegoetz/mock-connection/code/main/latest/terms/README **Screenshots** **Environment (please complete the following information):** Not relevant. It's a problem with Share.
Including a record type in the `@source{}` element used to render the record type with its named fields. There may have been a regression such that the `docs` or `display`...
I think the `/releases/latest` syntax should work everywhere if it works anywhere; however, the user will get into further trouble if they are trying to build a contribution on top...
(or modify it at all)