Commit 5407b5e
authored
File tree
354 files changed
+12358
-2917
lines changed- .claude/skills
- .github
- workflows
- agents/guides
- compiler-bin
- src/lsp
- compiler-core
- building-types
- src
- building
- src
- checking
- src
- algorithm
- constraint
- kind
- core
- files
- indexing
- src
- lexing
- lowering
- src
- algorithm
- parsing
- src/parser
- tests
- parser
- snapshots
- prim-constants/src/prim
- resolving
- stabilizing
- sugar/src
- syntax/src
- cst
- compiler-lsp
- analyzer
- src
- spago
- compiler-scripts
- src
- bin
- docs/src/wasm
- 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
- 008_expand_simple_synonym
- 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
- 019_type_operator_chain
- 020_type_operator_chain_mixed
- 021_type_operator_chain_polykinded
- 022_row_basic
- 023_row_polymorphic
- 024_row_duplicates
- 025_row_canon
- 026_row_empty
- 027_type_constrained
- 028_partial_synonym_lazy
- 029_partial_synonym_transformers
- 030_partial_synonym_nested
- 031_partial_synonym_polykind
- 032_recursive_synonym_expansion
- 033_value_recursive_signature
- 034_value_recursive_infer
- 035_value_mutual_both_signature
- 036_value_mutual_one_signature
- 037_value_mutual_no_signature
- 038_value_mutual_polytype
- 039_value_mutual_multiple_type_variables
- 040_pattern_guard
- 041_where_expression
- 042_where_polymorphic
- 043_binder_named
- 044_binder_constructor
- 045_do_discard
- 046_do_bind
- 047_do_non_monadic
- 048_do_non_monadic_discard
- 049_ado_discard
- 050_ado_bind
- 051_ado_non_applicative
- 052_ado_non_applicative_discard
- 053_do_polymorphic
- 054_ado_polymorphic
- 055_array
- 056_record
- 057_term_operator_chain
- 058_binder_operator_chain
- 059_term_infix_chain
- 060_array_binder
- 061_record_binder
- 062_case_of
- 063_negate
- 064_negate_local
- 065_do_collector
- 066_ado_collector
- 067_ado_let
- 068_expression_sections
- 069_expression_sections_inference
- 070_record_access_sections
- 071_record_update_sections
- 072_inspect_synonym_forall
- 073_inspect_synonym_return
- 074_inspect_nested_forall
- 075_inspect_edge_cases
- 076_inspect_constraints
- 077_inspect_arity
- 078_inspect_arity_invalid
- 079_let_recursive
- 080_let_recursive_errors
- 081_prim_rowlist
- 082_prim_function
- 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
- lowering
- 001_ado_statement_recursion
- 002_class_equation
- 003_data_equation
- 004_derive_declaration
- 005_do_statement
- 006_do_statement_recursion
- 007_instance_declaration
- 008_newtype_equation
- 009_signature_equation
- 010_value_equation
- 011_case_after_let
- 012_recursive_synonym
- 013_ado_statement_let
- 014_ado_statement_binder
- lsp
- 001_definition_local
- 002_definition_import
- 003_hover_local
- 004_hover_import
- 005_completion_local
- 006_completion_partial_empty
- 007_completion_partial_token
- 008_completion_import
- 009_completion_suggestion
- 010_completion_qualified_suggestion
- 011_completion_module_name
- 012_completion_edit_import
- 013_completion_bad_cst
- 014_prim_implicit
- 015_prim_explicit
- 016_prim_suggestion
- 017_unicode_operators
- 018_export_suggestion
- 019_documentation_string
- 020_references_baseline
- 021_references_qualified
- 022_references_import
- 023_references_duplicate
- 024_locate_annotation
- 025_completion_operators
- 026_completion_operator_suggestion
- 027_completion_type_operators
- 028_completion_type_operator_suggestion
- 029_locate_declaration
- 030_locate_constructor
- 031_locate_class_member
- 032_completion_cache_exact
- 033_completion_cache_prefix
- resolving
- 001_local_resolution
- 002_import_resolution
- 003_import_errors
- 004_import_re_exported_constructor
- src/generated
- tests
- checking
- snapshots
- lowering
- lsp
- resolving
- 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.
354 files changed
+12358
-2917
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
67 | | - | |
| 64 | + | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
71 | 68 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | | - | |
54 | | - | |
| 51 | + | |
55 | 52 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
62 | 56 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 57 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 58 | + | |
86 | 59 | | |
87 | 60 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
93 | 65 | | |
94 | | - | |
95 | | - | |
| 66 | + | |
| 67 | + | |
96 | 68 | | |
97 | 69 | | |
98 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
99 | 73 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments