unison/parser-typechecker
Dan Doel 57ecb81d27 Fix bad failure references in builtins
- When originally written, various builtins were referencing data types
  defined in IOSource. However, those no longer exist there.
- Instead, they are defined in Unison.Builtin.Decls
- This switches the builtins to the Decls values, some of which weren't
  exported yet.
- Also eliminates them from IOSource, since the ones there didn't
  actually work.
- Transcript testing the behavior added.
2021-05-27 16:41:14 -04:00
..
benchmarks/runtime wip; next is add term to index 2020-10-13 16:54:08 -04:00
prettyprintdemo wip; next is add term to index 2020-10-13 16:54:08 -04:00
src/Unison Fix bad failure references in builtins 2021-05-27 16:41:14 -04:00
tests Merge pull request #1996 from unisonweb/feature/codebase-before 2021-05-25 20:07:01 +00:00
transcripts new-runtime-transcripts -> transcripts-with-base 2021-04-27 09:33:20 -04:00
unison Don't show the API url in UCM, only show when headless 2021-05-26 08:49:34 -05:00
LICENSE wip; next is add term to index 2020-10-13 16:54:08 -04:00
package.yaml Merge branch 'trunk' into wip/codebase2-cleanup 2021-05-03 22:06:30 -06:00
unison-parser-typechecker.cabal move Timing package to call it from v2 codebase internals 2021-05-17 18:45:17 +00:00