Idris2/tests/idris2
2021-05-13 18:44:24 +01:00
..
api001 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
basic001 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic002 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic003 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic005 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic006 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic009 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic011 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic013 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
basic014 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic015 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic016 [ fix #1370 ] use the lambda's type for eta-expansion 2021-05-10 12:13:29 +01:00
basic017 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic018 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic019 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic020 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic021 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic022 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic023 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic024 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic025 Implement interpolated string (#1056) 2021-02-18 13:07:22 +00:00
basic026 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic027 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic028 [ fix ] All the REPL commands should be in CommandTable (#1036) 2021-02-08 17:25:49 +00:00
basic029 Implement new parameters syntax 2021-04-23 19:02:48 +01:00
basic030 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic031 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic032 [ log ] for desugaring of idioms 2020-09-24 15:27:40 +01:00
basic033 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic034 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic035 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic036 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic037 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic038 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic039 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic040 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic041 [ fix #1230 ] Better error messages for out-of-scope identifiers (#1233) 2021-03-29 10:45:48 +01:00
basic042 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic043 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
basic044 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
basic045 [ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655) 2020-09-09 17:17:07 +01:00
basic046 Adding a whole bunch of tuple sections (#680) 2020-09-19 14:51:57 +01:00
basic047 [ fix #63 ] interleaving let binders and local declarations (#691) 2020-09-28 13:15:22 +01:00
basic048 Editor was made run apostrophe-containing modules from REPL normally. 2020-11-26 11:17:36 +00:00
basic049 Show more codes in error report 2021-02-15 10:35:46 +00:00
basic050 Have lambda-case available everywhere lambda is (#819) 2020-12-07 11:34:48 +00:00
basic051 [ fix #833, #677 ] bound variables start with a lowercase letter 2020-12-10 18:01:14 +00:00
basic052 Double closing brace was made to not be treated specially. 2021-02-02 11:27:34 +00:00
basic053 Add test for escaping NL 2021-02-23 13:10:36 +08:00
basic054 [ fix #1023 ] Hexadecimal literals can be pretty big 2021-02-04 13:22:55 +00:00
basic055 Flush standard out after writing prompt to it 2021-04-09 15:17:00 +01:00
basic056 Flush standard out after writing prompt to it 2021-04-09 15:17:00 +01:00
basic057 [ close #31 ] test case for the issue 2021-03-18 10:38:48 +00:00
basic058 [ fix ] Ability for data types to be operators was restored 2021-03-25 14:16:47 +00:00
basic059 Support Multi-declarations (#1280) 2021-04-07 12:21:17 +01:00
builtin001 Add Agda-like builtins (#1253) 2021-04-22 13:08:32 +01:00
builtin002 Add Agda-like builtins (#1253) 2021-04-22 13:08:32 +01:00
builtin003 Add Agda-like builtins (#1253) 2021-04-22 13:08:32 +01:00
builtin004 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin005 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin006 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin007 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin008 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin009 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin010 [ builtin ] O(1) integerToNat for any 'Nat'-like type (#1403) 2021-05-13 18:44:24 +01:00
builtin011 [ builtin ] O(1) integerToNat for any 'Nat'-like type (#1403) 2021-05-13 18:44:24 +01:00
casetree001 [ fix #762 ] Different case tree building strategy (#1125) 2021-02-26 09:33:07 +00:00
coverage001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
coverage002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage003 Show more codes in error report 2021-02-15 10:35:46 +00:00
coverage004 Show more codes in error report 2021-02-15 10:35:46 +00:00
coverage005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage006 [ fix #63 ] interleaving let binders and local declarations (#691) 2020-09-28 13:15:22 +01:00
coverage007 Show more codes in error report 2021-02-15 10:35:46 +00:00
coverage008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage009 Show more codes in error report 2021-02-15 10:35:46 +00:00
coverage010 Show more codes in error report 2021-02-15 10:35:46 +00:00
coverage011 [ fix ] recoverability criteria 2020-11-11 19:10:34 +00:00
coverage012 [ test ] case for #484 2021-02-22 16:04:04 +00:00
coverage013 [ fix #1022 ] detect more impossible cases (#1108) 2021-02-23 10:51:38 +00:00
coverage014 [ fix #794 ] missing cases in recoverable 2021-02-24 20:25:04 +00:00
coverage015 [ fix #1366 ] NType is not an NTCon 2021-05-03 13:52:01 +01:00
coverage016 [ fix #633 ] Pattern-matching on functions is illegal 2021-04-28 20:25:45 +01:00
data001 [ fix #1248 ] Bring qualified names back for data & record types 2021-03-31 23:17:53 +01:00
docs001 [ fix ] properly handle Namespace blocks for DocStrings (#1342) 2021-04-28 09:31:01 +01:00
docs002 [ tests ] Add tests for :doc for records and single-constructor type 2021-05-06 14:38:55 +01:00
error001 Show more codes in error report 2021-02-15 10:35:46 +00:00
error002 Show more codes in error report 2021-02-15 10:35:46 +00:00
error003 Show more codes in error report 2021-02-15 10:35:46 +00:00
error004 Show more codes in error report 2021-02-15 10:35:46 +00:00
error005 Show more codes in error report 2021-02-15 10:35:46 +00:00
error006 Show more codes in error report 2021-02-15 10:35:46 +00:00
error007 [ contrib ] Arithmetic on Fin (#830) 2021-04-23 12:05:13 +01:00
error008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
error009 Show more codes in error report 2021-02-15 10:35:46 +00:00
error010 Show more codes in error report 2021-02-15 10:35:46 +00:00
error011 Support Multi-declarations (#1280) 2021-04-07 12:21:17 +01:00
error012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
error013 Show more codes in error report 2021-02-15 10:35:46 +00:00
error014 [ fix #762 ] Different case tree building strategy (#1125) 2021-02-26 09:33:07 +00:00
error015 [ fix #110 ] Check the LHS' head is not shadowed (#1121) 2021-02-25 08:51:27 +00:00
error016 [ fix #1230 ] Better error messages for out-of-scope identifiers (#1233) 2021-03-29 10:45:48 +01:00
error017 [ test ] Note that we cannot turn the whole check off 2021-04-16 18:12:40 +01:00
eta001 [ fix #1370 ] use the lambda's type for eta-expansion 2021-05-10 12:13:29 +01:00
evaluator001 [ fix #705 ] Normalise primitives in mkPat (#718) 2020-10-02 12:22:57 +01:00
evaluator002 [ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655) 2020-09-09 17:17:07 +01:00
evaluator003 [ fix #705 ] Normalise primitives in mkPat (#718) 2020-10-02 12:22:57 +01:00
evaluator004 [ fix #735 ] Make sure type constructors are fully applied 2020-10-16 14:44:11 +01:00
evaluator005 [ fix #1200 ] Switch scheme backend to flonum functions (#1203) 2021-03-31 23:17:41 +01:00
import001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
import002 Show more codes in error report 2021-02-15 10:35:46 +00:00
import003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
import004 [ cosmetic ] nicer error messages for uncaught exceptions 2021-03-25 15:59:46 +00:00
import005 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
interactive001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive002 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interactive003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interactive004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive005 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
interactive006 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive010 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interactive011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive013 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive015 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
interactive016 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive017 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive018 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive019 [ REPL ] Improving :doc (fixity, totality, colours) (#1316) 2021-04-21 09:39:18 +01:00
interactive020 [ fix #834 ] Fix implicitsAs for local definitions (#1199) 2021-03-17 10:54:25 +00:00
interactive021 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive022 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive023 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive024 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive025 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive026 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive027 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive028 [ re #1087 ] Better error messages in the REPL 2021-02-19 12:34:19 +00:00
interactive029 [ fix #834 ] Fix implicitsAs for local definitions (#1199) 2021-03-17 10:54:25 +00:00
interactive030 [ fix ] print infix operators with parens 2021-04-27 14:12:48 +01:00
interface001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface002 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface003 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface004 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface006 [ fix #657 ] RigCount for interface parameters (#808) 2020-12-11 11:58:26 +00:00
interface007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface008 Show more codes in error report 2021-02-15 10:35:46 +00:00
interface009 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface010 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface011 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface013 Show more codes in error report 2021-02-15 10:35:46 +00:00
interface014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface015 Show more codes in error report 2021-02-15 10:35:46 +00:00
interface016 Show more codes in error report 2021-02-15 10:35:46 +00:00
interface017 [ new ] comma-separated interface parameters (#682) 2020-09-19 15:29:23 +01:00
interface018 Add missing test 2020-12-14 13:38:40 +00:00
interface019 Show more codes in error report 2021-02-15 10:35:46 +00:00
interface020 Add missing test 2020-12-14 13:38:40 +00:00
interface021 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
interface022 [ fix #954 ] Allow RF names for interface methods (#956) 2021-01-19 20:50:47 +00:00
interface023 More compose instances and one usage of them (#1089) 2021-02-23 10:53:43 +00:00
interface024 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface025 [ auto ] Ignore hidden names in Core.Context.getSearchData (#1143) 2021-03-09 14:13:29 +00:00
interpreter001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interpreter002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interpreter003 Show more codes in error report 2021-02-15 10:35:46 +00:00
interpreter004 [ new ] Add Int(8/16/32/64) (#1352) 2021-05-04 08:22:06 +01:00
interpreter005 [ fix #37 ] Use filename if we already know it 2020-09-24 15:56:23 +01:00
interpreter006 Fix REPL execExp and fix "it" (#908) 2021-01-27 23:14:41 +00:00
interpreter007 Flush standard out after writing prompt to it 2021-04-09 15:17:00 +01:00
lazy001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
lazy002 Update test output 2021-05-01 17:37:38 +01:00
linear001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
linear002 Namespace checks for resugaring (#1161) 2021-03-15 13:34:54 +00:00
linear003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
linear004 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
linear005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear006 Show more codes in error report 2021-02-15 10:35:46 +00:00
linear007 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
linear008 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear009 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear010 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear013 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
literate001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate002 fixed whitespace for *.idr,*.ipkg,*.tex,*.yaff, and *.lidr 2021-01-22 15:08:49 +00:00
literate003 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
literate004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate006 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate011 Fixed docs and improved Literate mode. 2020-12-07 14:54:35 +00:00
literate012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate013 Extended Literate support to include LaTeX. 2020-12-07 14:54:35 +00:00
literate014 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
literate015 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
literate016 Improving error messages (#786) 2020-11-26 11:35:55 +00:00
namespace001 Improving error messages (#786) 2020-11-26 11:35:55 +00:00
params001 Show more codes in error report 2021-02-15 10:35:46 +00:00
params002 Implement new parameters syntax 2021-04-23 19:02:48 +01:00
perf001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
perf002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
perf003 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
perf004 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
perf005 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perf006 [ fix #775 ] integerToNat is not, in fact, id (#799) 2020-11-27 18:48:19 +00:00
perror001 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perror002 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perror003 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perror004 [ fix #893 ] proof gadget for with clauses (#1222) 2021-03-25 10:02:06 +00:00
perror005 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perror006 [ test ] fix test suite output 2021-02-15 10:35:46 +00:00
perror007 [ refactor ] Multiline error report (#1155) 2021-03-16 14:10:45 +00:00
perror008 [ fix #1224 ] moduleIdent must be capitalised 2021-03-25 15:59:46 +00:00
pkg001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
pkg002 Use absolute path to pass around Idris executable 2021-04-11 20:52:36 +01:00
pkg003 Allow --directive command line flag combined with package options 2021-05-05 18:55:55 +01:00
pkg004 Show more codes in error report 2021-02-15 10:35:46 +00:00
pkg005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
pkg006 [ fix #1148 ] Support hyphenated package names (#1151) 2021-03-04 19:09:15 +00:00
pkg007 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
pkg008 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
pkg009 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
positivity001 [ re #660 ] Positivity checking for empty types 2020-09-14 18:37:47 +01:00
positivity002 [ re #1087 ] Better error messages in the REPL 2021-02-19 12:34:19 +00:00
positivity003 [ re #1087 ] Better error messages in the REPL 2021-02-19 12:34:19 +00:00
positivity004 [ fix #775 ] integerToNat is not, in fact, id (#799) 2020-11-27 18:48:19 +00:00
pretty001 [ fix #1328 ] print infix functions enclosed in grave accents (#1331) 2021-04-25 18:56:08 +01:00
real001 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
real002 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
record001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
record002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
record003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
record004 Show more codes in error report 2021-02-15 10:35:46 +00:00
record005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
record006 Implement new application syntax 2020-10-01 12:43:43 +03:00
record007 Identify prefix and postfix record projections (#1183) 2021-03-15 13:40:13 +00:00
reflection001 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
reflection002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection003 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
reflection004 [ fix #899 ] Be careful when generating an impossible LHS (#1081) 2021-02-22 09:53:30 +00:00
reflection005 Show more codes in error report 2021-02-15 10:35:46 +00:00
reflection006 Show more codes in error report 2021-02-15 10:35:46 +00:00
reflection007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection009 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
reg001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
reg002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg003 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg005 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg006 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
reg007 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
reg008 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
reg009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg013 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg015 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg016 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg017 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg018 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
reg019 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg020 add binary literals 2020-08-31 08:48:05 +01:00
reg021 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
reg022 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg023 [ contrib ] Arithmetic on Fin (#830) 2021-04-23 12:05:13 +01:00
reg024 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg025 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg026 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg027 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg028 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg029 [ fix #657 ] RigCount for interface parameters (#808) 2020-12-11 11:58:26 +00:00
reg030 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
reg031 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg032 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg033 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
reg034 Show more codes in error report 2021-02-15 10:35:46 +00:00
reg035 Auto-implicit __con now added before implicits. (#659) 2020-12-07 11:41:47 +00:00
reg036 Don't add implicits after non-given explicits. (#918) 2021-01-20 19:13:07 +00:00
reg037 Check current holes only at end of elaboration 2021-03-01 19:11:15 +00:00
reg038 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
reg039 Use correct multiplicity in scope of lets 2021-04-04 18:10:34 +01:00
total001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total003 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total006 Add count and foldMap to prelude 2021-01-05 21:59:01 +00:00
total007 Improving error messages (#786) 2020-11-26 11:35:55 +00:00
total008 Improving error messages (#786) 2020-11-26 11:35:55 +00:00
total009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total010 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
with001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
with002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
with003 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
with004 [ fix #637 ] force indentation after a with 2021-02-23 10:52:22 +00:00
with005 [ fix #893 ] proof gadget for with clauses (#1222) 2021-03-25 10:02:06 +00:00