unison/unison-src/errors
Arya Irani 8cee89dc29 rename Builtins in initial namespace construction, and update tests
- () -> Unit
- ().() -> Unit.Unit
- Pair -> Tuple
- Pair.Pair -> Tuple.Cons
- Sequence -> List
- Effect -> Request
- {Int,Nat,Float,Text}.{==,<,<=,>,>=} -> {Int,Nat,Float,Text}.{eq,lt,lteq,gt,gteq}
- mark Text.!= as a deprecated builtin
2019-08-22 16:34:12 -04:00
..
check-for-regressions separate the root and leaf mismatched types for a function application error message 2018-09-25 10:21:31 -04:00
poor-error-message rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
term-functor-inspired unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
type-functor-inspired unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
407.u fix #407 2019-04-25 23:27:10 -04:00
abort-ability-checks-against-pure.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
all-errors.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
compiler-bug.u unpending a bunch of tests 2019-03-08 12:56:02 -05:00
console2.u rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
console.u rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
cyclic-unguarded.u improved error message a bit 2019-04-11 17:43:02 -04:00
effect_unknown_type.uu unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
effect-inference1.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
empty-block.u unpending a bunch of tests 2019-03-08 12:56:02 -05:00
ex1.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
fix745.u remove garbage past the fold 2019-08-19 16:36:40 -04:00
handle-inference.u rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
handler-coverage-checking.uu rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
id.u map Intrinsic over builtin types; make some tweaks to typemismatch error 2018-08-03 11:51:43 -04:00
io-effect.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
io-state1.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
map-reduce.u rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
map-traverse3.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
mismatched-braces.u fix #469 2019-04-26 16:43:16 -04:00
need-nominal-type.uu a couple more error examples 2018-08-08 23:20:38 -04:00
rank2a.u add two failing tests, which we are about to fix 2019-04-03 15:00:05 -04:00
seq-concat-constant-length.u Add error case test for concat match without constant length. 2019-04-20 21:26:18 -04:00
state4.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
tdnr2.u Now makes suggestions if the name matched but the type was different. 2018-10-11 21:49:01 -04:00
tdnr3.u TDNR substituting blanks correctly 2018-10-15 16:10:55 -04:00
tdnr.u Actually fail when TDNR has suggestions. 2018-08-17 22:21:51 -04:00
type-apply.u CamelCase all the things 2019-02-21 14:49:12 -05:00
unexpected-loop.u unique introduces a layout block, removed effect keyword (and updated tests) and nicer "file typechecked" message 2019-05-09 10:36:29 -04:00
unresolved-symbol-1.u CamelCase all the things 2019-02-21 14:49:12 -05:00
unsound-cont.u rename Builtins in initial namespace construction, and update tests 2019-08-22 16:34:12 -04:00
X-array.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00