ajeffrey@roblox.com
b1b1fffbbd
WIP
2022-05-09 14:10:46 -05:00
ajeffrey@roblox.com
8e93b8e4de
WIP
2022-05-02 21:10:32 -05:00
ajeffrey@roblox.com
5261317bff
WIP
2022-04-29 17:42:29 -05:00
ajeffrey@roblox.com
cecd783b54
WIP
2022-04-29 16:25:11 -05:00
ajeffrey@roblox.com
87b55d6e95
WIP
2022-04-28 18:47:09 -05:00
ajeffrey@roblox.com
623768e1b3
Merge branch 'prototyping-type-normalizaton' into prototyping-function-overload-resolution
2022-04-28 16:13:10 -05:00
ajeffrey@roblox.com
81d90b032f
Added decidability of subtyping
2022-04-26 18:51:10 -05:00
ajeffrey@roblox.com
ec32877f06
Sigh, forgot to add some files
2022-04-26 14:23:21 -05:00
ajeffrey@roblox.com
4033100f50
WIP
2022-04-26 13:35:12 -05:00
ajeffrey@roblox.com
658fce4631
WIP
2022-04-26 13:32:42 -05:00
ajeffrey@roblox.com
f6d3981936
WIP
2022-04-26 11:22:33 -05:00
ajeffrey@roblox.com
139de8f58b
WIP
2022-04-25 17:47:53 -05:00
ajeffrey@roblox.com
d8a37de0cc
WIP
2022-04-25 12:37:22 -05:00
ajeffrey@roblox.com
fc4a789edc
Added type normalization
2022-04-25 11:20:50 -05:00
ajeffrey@roblox.com
3bc13bf27a
Added more properties of subtyping
2022-04-25 10:41:28 -05:00
ajeffrey@roblox.com
7499f040c1
WIP
2022-04-22 19:56:38 -05:00
ajeffrey@roblox.com
5bf95afdf1
WIP
2022-04-22 19:52:49 -05:00
ajeffrey@roblox.com
1733f300bb
WIP
2022-04-22 19:11:57 -05:00
ajeffrey@roblox.com
f3dce67895
WIP
2022-04-22 19:04:56 -05:00
ajeffrey@roblox.com
2e4f24f0f8
WIP
2022-04-22 19:04:21 -05:00
ajeffrey@roblox.com
a767929546
WIP
2022-04-21 17:11:09 -05:00
Arseny Kapoulkine
e0a6461173
Sync to upstream/release/524 ( #462 )
2022-04-21 14:44:27 -07:00
ajeffrey@roblox.com
0f629700a4
WIP
2022-04-21 15:46:59 -05:00
ajeffrey@roblox.com
cd699b7e6b
WIP
2022-04-21 15:43:58 -05:00
ajeffrey@roblox.com
15a48a0cef
WIP
2022-04-21 15:26:42 -05:00
ajeffrey@roblox.com
2a0401e072
Merge remote-tracking branch 'upstream/master' into prototyping-function-overload-resolution
2022-04-21 15:21:00 -05:00
ajeffrey@roblox.com
c7d6cbfc95
WIP
2022-04-21 15:13:39 -05:00
Alan Jeffrey
5bb9f379b0
Unified strict and nonstrict mode in the prototype ( #458 )
2022-04-15 19:19:42 -05:00
ajeffrey@roblox.com
b3e538a328
Boiled properties of function overloading down to 4 lemmas
2022-04-15 12:49:26 -05:00
Arseny Kapoulkine
8e7845076b
Sync to upstream/release/523 ( #459 )
2022-04-14 16:57:43 -07:00
ajeffrey@roblox.com
3170472606
Split off DecSubtyping
2022-04-14 14:44:53 -05:00
ajeffrey@roblox.com
2b893dba73
Merge branch 'prototyping-unified-typechecking' into prototyping-function-overload-resolution
2022-04-14 14:31:01 -05:00
ajeffrey@roblox.com
880afa3416
Unbitrotting
2022-04-13 15:58:15 -05:00
ajeffrey@roblox.com
8f134dcc88
Unified strict and nonstrict mode in the prototype
2022-04-13 15:37:17 -05:00
ajeffrey@roblox.com
e9ee0ffdc9
Merge remote-tracking branch 'upstream/master' into prototyping-decidable-subtyping
2022-04-13 15:16:57 -05:00
Alan Jeffrey
d37d0c857b
Prototype: Renamed any/none to unknown/never ( #447 )
...
* Renamed any/none to unknown/never
* Pin hackage version
* Update Agda version
2022-04-09 00:07:08 -05:00
Lily Brown
510aed7d3f
Fix JsonEncoder for AstExprTable ( #454 )
...
JsonEncoder wasn't producing valid JSON for `AstExprTable`s. This PR fixes it. The new output looks like
```json
{
"type": "AstStatBlock",
"location": "0,0 - 6,4",
"body": [
{
"type": "AstStatLocal",
"location": "1,8 - 5,9",
"vars": [
{
"name": "x",
"location": "1,14 - 1,15"
}
],
"values": [
{
"type": "AstExprTable",
"location": "3,12 - 5,9",
"items": [
{
"kind": "record",
"key": {
"type": "AstExprConstantString",
"location": "4,12 - 4,15",
"value": "foo"
},
"value": {
"type": "AstExprConstantNumber",
"location": "4,18 - 4,21",
"value": 123
}
}
]
}
]
}
]
}
```
2022-04-08 11:26:47 -07:00
ajeffrey@roblox.com
f263440720
Add a decision procedure for subtyping to the prototype
2022-04-07 17:37:31 -05:00
Arseny Kapoulkine
de1381e3f1
Sync to upstream/release/522 ( #450 )
2022-04-07 14:29:01 -07:00
Alexander McCord
ffff25a9e5
Improve the UX of reading tagged unions a smidge. ( #449 )
...
The page is a little narrow, and having to scroll on this horizontally isn't too nice. This fixes the UX for this specific part.
2022-04-07 09:16:44 -07:00
Alan Jeffrey
dc32a3253e
Add short example of width subtyping ( #444 )
2022-03-31 18:44:41 -05:00
Alan Jeffrey
916c83fdc4
Prototype: Added a discussion of set-theoretic models of subtyping ( #431 )
...
* Added a discussion of set-theoretic models of subtyping to the prototype
2022-03-31 18:29:42 -05:00
Arseny Kapoulkine
20308bed20
Merge branch 'merge'
2022-03-31 14:04:40 -07:00
Arseny Kapoulkine
4c1f208d7a
Sync to upstream/release/521 ( #443 )
2022-03-31 14:01:51 -07:00
Arseny Kapoulkine
a9489893b0
Merge branch 'upstream' into merge
2022-03-31 13:39:48 -07:00
Arseny Kapoulkine
b9b0382a5a
Merge branch 'master' into merge
2022-03-31 13:39:46 -07:00
Arseny Kapoulkine
83c1c48e09
Sync to upstream/release/521
2022-03-31 13:37:49 -07:00
Alexander McCord
ba60730e0f
Add documentation on singleton types and tagged unions to typecheck.md. ( #440 )
...
Update the typecheck.md page to talk about singleton types and their uses, tagged unions.
As a driveby, improve the documentation on type refinements. And delete the unknown symbols part, this is really dated.
* Update docs/_pages/typecheck.md to fix a typo
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
2022-03-31 11:54:06 -07:00
Alan Jeffrey
06bbfd90b5
Fix code sample in March 2022 Recap ( #442 )
2022-03-31 09:31:06 -05:00
Alan Jeffrey
f3ea2f96f7
Recap March 2022 ( #439 )
...
* March Recap
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
2022-03-30 18:38:55 -05:00