unison/unison-src
Dan Doel 702318a6e4 A few fixes/tweaks
- Changes the naming convention for builtin types/data to avoid clashes
  between builtins and pregenerated data types. For instance, both had a
  Value type in scheme, because of the in-unison representation. Instead
  of just `unison-`, now either `builtin-` or `ref-` prefixes are used.

- Fixes several places where invalid values were being used in
  exceptions. Raw scheme values were being returned that do not
  correspond to unison values, and this was causing problems with
  reflection.

- Fixes some code loading operations returning in-unison `Reference`
  values instead of term link values. Parts of these are implemented in
  unison, so both types are in play, and need to be correctly mediated.
2024-03-22 13:09:23 -04:00
..
builtin-tests do we need base.output.md? 2024-03-08 14:50:42 -05:00
demo fixes tests and transcripts 2021-08-24 11:33:27 -07:00
errors fixes tests and transcripts 2021-08-24 11:33:27 -07:00
parser-tests Ormolu-ify the codebase and update development.markdown docs 2023-02-13 13:03:08 -06:00
tests more path, name, and name segment work (doesn't build yet) 2024-01-24 11:01:22 -05:00
transcripts Merge pull request #4808 from unisonweb/24-03-18-tweak-tdnr-visibility 2024-03-20 17:43:19 -06:00
transcripts-manual A few fixes/tweaks 2024-03-22 13:09:23 -04:00
transcripts-round-trip Prefer do in pretty-printer 2024-03-16 09:10:48 -05:00
transcripts-using-base Prefer do in pretty-printer 2024-03-16 09:10:48 -05:00
base58.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
Base.u fixes tests and transcripts 2021-08-24 11:33:27 -07:00
basics.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
example-errors.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
remote-api.u fix stray handle .. in instances in unison-src 2020-02-21 17:05:18 -08:00
remote.u fix stray handle .. in instances in unison-src 2020-02-21 17:05:18 -08:00