Closed nikomatsakis closed 2 years ago
Name | Link |
---|---|
Latest commit | 8bd099d0263d6696c3a2620f0f4f7d5e396b82fd |
Latest deploy log | https://app.netlify.com/sites/dada-lang/deploys/6331667a2cd42200080091f2 |
Deploy Preview | https://deploy-preview-216--dada-lang.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
bors r+
bors r+
Build succeeded:
This lays out some of the interned structs we'll use to represent types in signatures (maybe...) and modifies the syntax to use
{}
instead of()
, e.g.,shared{a}
, leaving room for tuple types like(T1, T2)
(because e.g. one might writeshared (String, String)
or something.