aiken/crates
KtorZ 435dd0d213
Refactor AssignmentKind to allow backpassing on both let and expect.
The 3rd kind of assignment kind (Bind) is gone and now reflected through a boolean parameter. Note that this parameter is completely erased by the type-checker so that the rest of the pipeline (i.e. code-generation) doesn't have to make any assumption. They simply can't see a backpassing let or expect.
2024-03-11 00:16:23 +01:00
..
aiken Add --include-dependencies to 'aiken docs' 2024-03-09 22:35:38 +01:00
aiken-lang Refactor AssignmentKind to allow backpassing on both let and expect. 2024-03-11 00:16:23 +01:00
aiken-lsp Add --max-success for running more or less prop runs on demand. 2024-03-09 19:17:57 +01:00
aiken-project Collect traces from last prop-test run on failure 2024-03-10 19:24:25 +01:00
uplc feat: impl serde on errythang 2024-03-08 19:19:07 -05:00