Commit 3fb223f
authored
File tree
- compiler-core
- building-types/src
- building/src
- checking/src
- algorithm
- constraint
- compiler_solved
- derive
- kind
- core
- lowering/src
- resolving/src
- syntax/src
- compiler-scripts
- src/bin
- docs/src/wasm/src
- tests-integration
- fixtures
- checking
- 001_proxy_checking
- 002_proxy_inference
- 003_data_recursive
- 004_data_mutual
- 005_newtype_recursive
- 006_type_synonym
- 007_foreign_poly
- 009_expand_identity_synonym
- 010_class_basic
- 011_class_functor
- 012_class_monad_state
- 013_class_phantom
- 014_class_with_signature
- 015_class_superclass
- 016_type_integer
- 017_type_string
- 018_type_operator_valid
- 026_row_empty
- 027_type_constrained
- 029_partial_synonym_transformers
- 031_partial_synonym_polykind
- 032_recursive_synonym_expansion
- 044_binder_constructor
- 045_do_discard
- 046_do_bind
- 047_do_non_monadic
- 049_ado_discard
- 050_ado_bind
- 051_ado_non_applicative
- 053_do_polymorphic
- 054_ado_polymorphic
- 058_binder_operator_chain
- 062_case_of
- 065_do_collector
- 066_ado_collector
- 067_ado_let
- 068_expression_sections
- 076_inspect_constraints
- 079_let_recursive
- 083_instance_basic
- 084_instance_eq
- 085_instance_functional_dependency
- 086_instance_functional_dependency_transitive
- 087_instance_functional_dependency_multiple
- 088_given_constraint_matching
- 089_no_instance_found
- 090_instance_improve
- 091_superclass_elaboration
- 092_ambiguous_constraint
- 093_constraint_generalization
- 094_let_binding_constraint_error
- 095_given_constraint_arityless
- 096_given_functional_dependency
- 097_instance_chains
- 098_fundep_propagation
- 099_builtin_int
- 100_builtin_given
- 101_builtin_symbol
- 102_builtin_row
- 103_do_row_collector
- 105_incomplete_type_signature
- 106_row_union_invalid_discharged
- 107_symbol_append_invalid_discharged
- 108_symbol_cons_invalid_discharged
- 109_row_cons_invalid_discharged
- 110_row_lacks_invalid_no_instance
- 111_int_add_invalid_no_instance
- 112_int_mul_invalid_no_instance
- 113_int_compare_invalid_no_instance
- 114_int_tostring_invalid_no_instance
- 115_empty_do_block
- 116_empty_ado_block
- 117_do_ado_constrained
- 118_instance_member_type_match
- 119_instance_member_type_mismatch
- 120_class_explicit_kind_variable
- 121_instance_member_inner_forall
- 122_instance_member_inner_forall_constraint
- 123_incomplete_instance_head
- 124_instance_member_missing_constraint
- 125_instance_member_overly_general
- 126_instance_phantom
- 127_derive_eq_simple
- 128_type_operator_mutual
- 129_derive_eq_with_fields
- 130_derive_eq_parameterized
- 131_derive_eq_missing_instance
- 132_derive_eq_1_higher_kinded
- 133_derive_eq_partial
- 134_derive_ord_simple
- 135_derive_ord_1_higher_kinded
- 136_derive_nested_higher_kinded
- 137_derive_newtype_simple
- 138_derive_newtype_parameterized
- 139_derive_newtype_with_given
- 140_derive_newtype_recursive
- 141_derive_newtype_phantom
- 142_derive_newtype_not_newtype
- 143_derive_newtype_missing_instance
- 144_derive_newtype_missing_given
- 145_derive_newtype_multi_param
- 146_derive_functor_simple
- 147_derive_functor_higher_kinded
- 148_derive_functor_contravariant_error
- 149_derive_bifunctor_simple
- 150_derive_bifunctor_higher_kinded
- 151_derive_bifunctor_missing_functor
- 152_derive_contravariant_simple
- 153_derive_contravariant_error
- 154_derive_profunctor_simple
- 155_derive_profunctor_error
- 156_derive_bifunctor_insufficient_params
- 157_derive_functor_insufficient_params
- 158_derive_foldable_simple
- 159_derive_foldable_higher_kinded
- 160_derive_bifoldable_simple
- 161_derive_bifoldable_higher_kinded
- 162_derive_traversable_simple
- 163_derive_traversable_higher_kinded
- 164_derive_bitraversable_simple
- 165_derive_bitraversable_higher_kinded
- 166_derive_traversable_missing_superclass
- 167_derive_eq_1
- 168_derive_ord_1
- 169_derive_newtype_class_simple
- 170_derive_newtype_class_parameterized
- 171_derive_newtype_class_not_newtype
- 172_derive_generic_simple
- 173_derive_newtype_class_coercible
- 174_role_inference_phantom
- 175_role_inference_representational
- 176_role_inference_nominal_constraint
- 177_role_inference_nominal_parametric
- 178_role_inference_nested
- 179_role_inference_recursive
- 180_role_declaration_strengthen
- 181_role_declaration_loosen_error
- 182_role_declaration_foreign
- 183_coercible_reflexivity
- 184_coercible_newtype_wrap
- 185_coercible_phantom
- 186_coercible_representational
- 187_coercible_array
- 188_coercible_record
- 189_coercible_different_heads_error
- 190_coercible_nominal
- 192_coercible_newtype_qualified
- 194_coercible_transitivity
- 195_coercible_nested_records
- 196_coercible_higher_kinded
- 197_coercible_higher_kinded_error
- 198_coercible_higher_kinded_multi
- 199_coercible_higher_kinded_polykinded
- 200_int_compare_transitive
- 201_int_compare_concrete
- 202_int_compare_invalid
- 203_is_symbol
- 204_reflectable
- 205_builtin_warn
- 206_builtin_fail
- prelude
- lowering/007_instance_declaration
- src
- generated
- tests
- checking
- snapshots
- tests-package-set/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
422 | 423 | | |
423 | 424 | | |
424 | 425 | | |
| 426 | + | |
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
| |||
692 | 694 | | |
693 | 695 | | |
694 | 696 | | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
695 | 711 | | |
696 | 712 | | |
697 | 713 | | |
| |||
758 | 774 | | |
759 | 775 | | |
760 | 776 | | |
| 777 | + | |
| 778 | + | |
761 | 779 | | |
762 | 780 | | |
763 | 781 | | |
| |||
782 | 800 | | |
783 | 801 | | |
784 | 802 | | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
785 | 807 | | |
786 | 808 | | |
787 | 809 | | |
| |||
1266 | 1288 | | |
1267 | 1289 | | |
1268 | 1290 | | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
1269 | 1339 | | |
0 commit comments