File tree
7 files changed
+71
-21
lines changed- dhall
- src/Dhall
- Syntax/Instances
7 files changed
+71
-21
lines changedSubmodule dhall-lang updated 47 files
- .github/CONTRIBUTING.md+4-4
- CHANGELOG.md+2-2
- Prelude/Function/compose.dhall+6-6
- Prelude/Function/composeList+3
- Prelude/Function/composeList.dhall+35
- Prelude/Function/package.dhall+4
- Prelude/package.dhall+1-1
- docs/discussions/Dhall-in-production.md-4
- docs/howtos/Cheatsheet.md+5-1
- docs/references/Built-in-types.md+23-14
- docs/tutorials/Language-Tour.md+19-1
- docs/tutorials/index.md+1-1
- nixops/packages/Prelude_23_0_0.nix+15
- nixops/store.nix+1
- standard/Parser.hs+8-1
- standard/README.md+3-3
- standard/beta-normalization.md+15-3
- standard/binary.md+1-1
- standard/dhall.abnf+10-5
- standard/function-check.md+1-1
- standard/substitution.md+1-1
- standard/type-inference.md+26-1
- tests/import/success/unit/ImportRelativeToHomeB.dhall+1-1
- tests/normalization/success/unit/RecordTypeProjectionA.dhall+1
- tests/normalization/success/unit/RecordTypeProjectionB.dhall+1
- tests/normalization/success/unit/RecordTypeSelectionA.dhall+1
- tests/normalization/success/unit/RecordTypeSelectionB.dhall+1
- tests/parser/success/binaryA.dhall+8
- tests/parser/success/binaryB.dhallb
- tests/parser/success/binaryB.diag+1
- tests/type-inference/success/preludeB.dhall+8-7
- tests/type-inference/success/unit/RecordTypeProjectionEmptyA.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionEmptyB.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionKindA.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionKindB.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionMixedA.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionMixedB.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionSortA.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionSortB.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionTypeA.dhall+1
- tests/type-inference/success/unit/RecordTypeProjectionTypeB.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionKindA.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionKindB.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionSortA.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionSortB.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionTypeA.dhall+1
- tests/type-inference/success/unit/RecordTypeSelectionTypeB.dhall+1
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
| 384 | + | |
384 | 385 |
| |
385 | 386 |
| |
386 | 387 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
| 370 | + | |
| 371 | + | |
| 372 | + | |
370 | 373 |
| |
371 | 374 |
| |
372 | 375 |
| |
| |||
414 | 417 |
| |
415 | 418 |
| |
416 | 419 |
| |
| 420 | + | |
| 421 | + | |
| 422 | + | |
417 | 423 |
| |
418 | 424 |
| |
419 | 425 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
667 | 672 |
| |
668 | 673 |
| |
669 | 674 |
| |
| |||
684 | 689 |
| |
685 | 690 |
| |
686 | 691 |
| |
| 692 | + | |
| 693 | + | |
687 | 694 |
| |
688 | 695 |
| |
689 | 696 |
| |
| |||
980 | 987 |
| |
981 | 988 |
| |
982 | 989 |
| |
| 990 | + | |
983 | 991 |
| |
984 | 992 |
| |
985 | 993 |
| |
| |||
991 | 999 |
| |
992 | 1000 |
| |
993 | 1001 |
| |
| 1002 | + | |
994 | 1003 |
| |
995 | 1004 |
| |
996 | 1005 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Lines changed: 41 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 |
| - | |
1162 |
| - | |
1163 |
| - | |
1164 |
| - | |
1165 |
| - | |
1166 |
| - | |
1167 |
| - | |
1168 |
| - | |
1169 |
| - | |
1170 |
| - | |
1171 |
| - | |
1172 |
| - | |
1173 |
| - | |
1174 |
| - | |
1175 |
| - | |
1176 |
| - | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
1177 | 1181 |
| |
1178 | 1182 |
| |
1179 | 1183 |
| |
| |||
1185 | 1189 |
| |
1186 | 1190 |
| |
1187 | 1191 |
| |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1188 | 1195 |
| |
1189 | 1196 |
| |
1190 | 1197 |
| |
| |||
1196 | 1203 |
| |
1197 | 1204 |
| |
1198 | 1205 |
| |
1199 |
| - | |
1200 |
| - | |
1201 |
| - | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
1202 | 1222 |
| |
1203 |
| - | |
| 1223 | + | |
| 1224 | + | |
1204 | 1225 |
| |
1205 | 1226 |
| |
1206 | 1227 |
| |
|
0 commit comments