aiken/crates/aiken-lang/src/parser/definition/snapshots
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
..
custom_type.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
def_invalid_property_test.snap Allow prop test argument to be (optionally) annotated. 2024-03-03 19:33:25 +01:00
def_property_test.snap Allow prop test argument to be (optionally) annotated. 2024-03-03 19:33:25 +01:00
def_property_test_annotated_fuzzer.snap Allow prop test argument to be (optionally) annotated. 2024-03-03 19:33:25 +01:00
def_test.snap Display counterexamples as Aiken values instead of raw UPLC. 2024-03-03 19:33:24 +01:00
def_test_fail.snap Refactor AssignmentKind to allow backpassing on both let and expect. 2024-03-11 00:16:23 +01:00
double_validator.snap feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
empty_record_sugar.snap fix: empty records crashing code gen closes #728 2023-08-31 17:39:38 -04:00
function_assignment_only.snap Refactor AssignmentKind to allow backpassing on both let and expect. 2024-03-11 00:16:23 +01:00
function_empty.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
function_non_public.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
g1_element_constant.snap test(bls): constant parsing tests 2023-11-15 15:55:56 -05:00
g2_element_constant.snap test(bls): constant parsing tests 2023-11-15 15:55:56 -05:00
import_alias.snap test(parser): rename definitions to definition and more tests 2023-07-04 17:19:29 -04:00
import_basic.snap test(parser): rename definitions to definition and more tests 2023-07-04 17:19:29 -04:00
import_unqualified.snap Remove dead-code: 'Layer' 2024-03-09 23:14:44 +01:00
opaque_type.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
record_sugar.snap fix: empty records crashing code gen closes #728 2023-08-31 17:39:38 -04:00
type_alias_basic.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
type_alias_pub.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
type_alias_tuple.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
validator.snap feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00