Bend/tests/snapshots
2024-02-26 12:43:01 -03:00
..
compile_entrypoint__foo.hvm.snap Add tests for custom entrypoint 2024-02-08 16:14:46 -03:00
compile_file__addition_const.hvm.snap Fix and update tests because of recent pr merges 2024-01-30 15:36:45 -03:00
compile_file__huge_tree.hvm.snap Fix parser hanging with large generated file 2024-02-22 15:38:14 -03:00
compile_file__just_a_name.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file__just_data.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file__just_paren.hvm.snap Remove Missing Parenthesis parser error 2024-02-16 10:06:50 -03:00
compile_file__just_rule_paren.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file__long_name.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file__match_num_all_patterns.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file__match_num_unscoped_lambda.hvm.snap Implement unused definition warning 2024-01-25 17:17:53 -03:00
compile_file__missing_adt_eq.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file__missing_ctrs.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file__missing_pat.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file__redex_order.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_file__ref_to_main.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file__ref_to_ref.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file__snd.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file__unbound_unscoped_var.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file__unbound_with_tup_pattern.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file__underscore.hvm.snap Fix nam token priority 2024-02-14 08:22:58 -03:00
compile_file__unexpected_top_char.hvm.snap Revert to using soft_keyword instead of Token::Data 2024-02-16 09:29:03 -03:00
compile_file__unscoped_dup_use.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file__unscoped_supercombinator.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file__unused_dup_var_linearization.hvm.snap Refactor var-use counting when linearizing 2024-02-16 15:31:46 -03:00
compile_file__unused_unscoped_bind.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file__wrong_ctr_arity.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file__wrong_ctr_var_arity.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__addition_var_fst.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__addition.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__adt_option_and.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
compile_file_o_all__adt_string.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
compile_file_o_all__and.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__bad_parens_making_erased_let.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file_o_all__black_box_ref.hvm.snap Add broken black box pre-reduce test 2024-02-23 14:04:00 +01:00
compile_file_o_all__black_box.hvm.snap Fix pre reduce inert redexes 2024-02-23 15:27:23 -03:00
compile_file_o_all__bool.hvm.snap Change inline criteria to only small nodes 2024-02-07 13:58:22 -03:00
compile_file_o_all__cyclic_dup.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file_o_all__double_main.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file_o_all__eta_chain.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__ex0.hvm.snap Change inline criteria to only small nodes 2024-02-07 13:58:22 -03:00
compile_file_o_all__ex2.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__example.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__exp.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__expr.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__extracted_match_pred.hvm.snap Minor adjustments and update tests snapshots 2024-02-07 13:55:18 -03:00
compile_file_o_all__fst_fst.hvm.snap [sc-403] Fix rebase and update tests 2024-02-02 20:35:54 +01:00
compile_file_o_all__fst.hvm.snap [sc-403] Fix rebase and update tests 2024-02-02 20:35:54 +01:00
compile_file_o_all__hvm1_main.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__inline_app.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__let_adt_destructuring.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__let_adt_non_exhaustive.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__linearize_match.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__list_merge_sort.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__list_reverse.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__match_adt_non_exhaustive.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__match_dup_and_reconstruction.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
compile_file_o_all__match_mult_linearization.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__match_num_explicit_bind.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__match_tup.hvm.snap [sc-403] Fix rebase and update tests 2024-02-02 20:35:54 +01:00
compile_file_o_all__merge_definitions.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__nested_adt_match.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__non_exhaustive_and.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__non_exhaustive_different_types.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__non_exhaustive_pattern.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__non_exhaustive_tree.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__num_pattern_with_var.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
compile_file_o_all__recursive_combinator_inactive.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__repeated_name_trucation.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__scrutinee_reconstruction.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
compile_file_o_all__self_ref.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_file_o_all__snd.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
compile_file_o_all__spacing2.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__spacing.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__str.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__sum_predicates.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__tagged_dup.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__tagged_lam.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__tagged_sup.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__unapplied_eta.hvm.snap Update test snapshots 2024-01-22 08:09:41 -03:00
compile_file_o_all__unscoped_eta.hvm.snap Implement eta_reduction for uncoped terms 2024-01-24 11:01:00 -03:00
compile_file_o_all__var_shadows_ref.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_file_o_all__weekday.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_term__addition.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_term__church_one.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__church_zero.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__complicated_dup.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__cyclic_global_lam.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__dup_apply.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__dup_global_lam.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__erased_dup.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__fst_snd.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_term__global_lam.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_term__id.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__infer_dup.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__let_substitution.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__let_tup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__lets.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
compile_term__match.hvm.snap Update test snapshot 2023-11-24 10:29:35 -04:00
compile_term__nested_let.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_term__nums.hvm.snap Support underscore in decimals 2023-11-30 09:33:58 -03:00
compile_term__op2.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
compile_term__simple_tup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__tup_add.hvm.snap Rewrite inet_to_hvmc to have redexes in outer to inner order 2023-11-23 17:52:32 +01:00
compile_term__tup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
compile_term__unbound_var_scope.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_term__unbound_var.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
compile_term__unused_dup_in_let.hvm.snap Fix linearization bug with unused duplicated vars 2023-11-27 11:07:15 -04:00
compile_term__wrong_nums.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
desugar_file__dup_linearization.hvm.snap Change dup name when is used once 2024-02-22 10:31:44 -03:00
desugar_file__erased_let_linearization.hvm.snap Fix linearize with erased patterns let 2024-02-20 17:01:00 -03:00
desugar_file__non_exaustive_limit.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
desugar_file__used_once_names.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__adt_tup_era.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__and3.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__bool_tup.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__bool.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__box.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__common.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__concat_def.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__concat.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__def_tups.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__definition_merge.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__expr.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__flatten_era_pat.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__is_some_some.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__list_merge_sort.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__list_str_encoding_undeclared_fn.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__list_str_encoding_undeclared_map.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_adt_unscoped_in_arm.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_adt_unscoped_lambda.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_adt_unscoped_var.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_bind.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__match_list_sugar.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_many_args.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__match_syntax.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__merge_recursive.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__nested_let_tup.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__no_patterns.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__non_matching_fst_arg.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__ntup_sum.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
encode_pattern_match__pattern_match_encoding.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__var_only.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
encode_pattern_match__weekday.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
hangs__recursive_with_unscoped.hvm.snap Add test for hangs directory 2024-01-30 11:57:03 -03:00
linear_readback__church_mul.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
parse_file__repeated_adt_name.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
parse_file__scape_chars.hvm.snap Fix escaped char inside strings literals 2024-02-06 08:27:30 -03:00
readback_lnet__addition.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__bad_net1.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__bad_net3.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__bad_net.hvm.snap Add Term::Invalid for invalid readbacks 2024-02-05 12:53:27 -03:00
readback_lnet__complicated_dup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__fst_snd.hvm.snap Fix let scopes on readback 2023-11-20 14:49:00 -04:00
readback_lnet__id.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__invalid_mat_mat.hvm.snap [sc-437] Implement fmt::Display for more things 2024-02-09 14:58:18 +01:00
readback_lnet__invalid_op2_op2.hvm.snap [sc-437] Implement fmt::Display for more things 2024-02-09 14:58:18 +01:00
readback_lnet__match.hvm.snap [sc-304] Refactor pattern matching code, change Num pattern representation 2023-12-13 17:34:52 +01:00
readback_lnet__nested_let.hvm.snap update tests 2023-12-05 08:53:27 -05:00
readback_lnet__nested_tup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__number.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__simple_tup.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
readback_lnet__tup_add.hvm.snap improve tests settings 2023-11-13 11:35:00 -04:00
run_entrypoint__foo.hvm.snap Add tests for custom entrypoint 2024-02-08 16:14:46 -03:00
run_file__addition.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__adt_match_wrong_tag.hvm.snap [sc-436] Separate adt and builtin resugaring into separate passes 2024-02-09 13:04:45 +01:00
run_file__adt_match.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__adt_option_and.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
run_file__adt_wrong_tag.hvm.snap [sc-436] Separate adt and builtin resugaring into separate passes 2024-02-09 13:04:45 +01:00
run_file__and.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__bitonic_sort_lam.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__bitonic_sort.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__box2.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__box.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__callcc.hvm.snap Fix unused let vars with unscoped lam/vars 2024-01-19 09:11:43 -03:00
run_file__chars_forall.hvm.snap Add chars tests 2024-01-15 09:03:06 -03:00
run_file__chars_lambda.hvm.snap Add chars tests 2024-01-15 09:03:06 -03:00
run_file__chars.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__def_bool_num.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
run_file__def_num_bool.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
run_file__def_tups.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__dup_global_lam.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__empty.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
run_file__escape_sequences.hvm.snap Add escaped backtick 2024-02-26 08:44:12 -03:00
run_file__eta.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__example.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__exp.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__extracted_match_pred.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__field_vectorization.hvm.snap Make adts with fields compatible with vectorization 2024-01-10 11:09:32 -04:00
run_file__id_underscore.hvm.snap Add id_undescore test 2024-02-14 08:37:02 -03:00
run_file__lam_op2_nested.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__lam_op2.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__let_tup_readback.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__linearize_match.hvm.snap Update eta reduction to run on all rule with OptimizationLevel::Heavy 2024-01-19 09:42:26 -03:00
run_file__list_resugar.hvm.snap Implement list resugar 2024-01-23 09:57:02 -03:00
run_file__list_reverse.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__list_take.hvm.snap Implement list resugar 2024-01-23 09:57:02 -03:00
run_file__list_to_tree.hvm.snap Add pattern list syntax 2024-01-17 14:04:40 -03:00
run_file__log.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
run_file__match_builtins.hvm.snap Refactor encoding, add more builtin tests 2024-01-28 15:54:01 -03:00
run_file__match_mult_linearization.hvm.snap Update eta reduction to run on all rule with OptimizationLevel::Heavy 2024-01-19 09:42:26 -03:00
run_file__match_num_explicit_bind.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__match_sup.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
run_file__match_vars.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
run_file__match.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__merge_sort.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__names_hyphen_toplevel.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
run_file__names_hyphen.hvm.snap Allow hyphen in variable names 2024-01-30 15:06:21 -03:00
run_file__nested_let_tup.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__nested_list_and_string.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_file__nested_str.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_file__num_pred.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__override_list_ctr.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
run_file__override_str_ctr.hvm.snap Fix some parser error diagnostics 2024-02-15 11:54:38 -03:00
run_file__pred.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__queue.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__radix_sort_ctr.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__readback_hvm1_main.hvm.snap Make hvm lang compatible with ptr refactor [sc-362] 2024-02-22 15:00:29 -03:00
run_file__readback_list_other_ctr.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_file__recursive_combinator_nested.hvm.snap Improve lazy mode diagnostics and usability with the rebase 2024-02-02 10:59:44 -03:00
run_file__recursive_combinator.hvm.snap Extract applications of recursive refs as combinators 2024-01-22 09:45:50 -03:00
run_file__recursive_match_native.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__ref_resolution.hvm.snap Add pattern names to ref resolution scope 2024-01-29 08:54:41 -03:00
run_file__repeated_name_truncation.hvm.snap [sc-407] Refactor how names are stored and defs are referenced 2024-02-07 15:52:38 +01:00
run_file__scopeless_discard.hvm.snap Fix unused let vars with unscoped lam/vars 2024-01-19 09:11:43 -03:00
run_file__str_backtick.hvm.snap Update str_backtick test 2024-02-21 09:30:16 -03:00
run_file__str_concat.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__str_inc_eta.hvm.snap Fix readback of rules that reconstructs tups/sups 2024-01-12 14:19:14 -04:00
run_file__str_inc.hvm.snap Fix readback of rules that reconstructs tups/sups 2024-01-12 14:19:14 -04:00
run_file__str_len.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__sum_tree.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__sup_app.hvm.snap Improve lazy mode diagnostics and usability with the rebase 2024-02-02 10:59:44 -03:00
run_file__sup_reconstruction.hvm.snap Update tests 2024-01-12 14:20:24 -04:00
run_file__superposed_is_even.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_file__tagged_lam.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__tup_list_strings.hvm.snap Fix list app resugar 2024-02-05 08:12:42 -03:00
run_file__tup_reconstruction.hvm.snap Update tests 2024-01-12 14:20:24 -04:00
run_file__tuple_rots.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__unaplied_str.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_file__unscoped_never_used.hvm.snap Add '.' to the end of all errors 2024-02-21 11:59:22 -03:00
run_file__unused_dup_var.hvm.snap Rename test suite that runs programs 2024-01-10 15:05:23 +01:00
run_file__world.hvm.snap Support longer and shorter escape sequences 2024-01-11 10:27:04 -03:00
run_file__wrong_string.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_lazy__addition.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__adt_match_wrong_tag.hvm.snap [sc-436] Separate adt and builtin resugaring into separate passes 2024-02-09 13:04:45 +01:00
run_lazy__adt_match.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__adt_option_and.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
run_lazy__adt_wrong_tag.hvm.snap [sc-436] Separate adt and builtin resugaring into separate passes 2024-02-09 13:04:45 +01:00
run_lazy__and.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__bitonic_sort_lam.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__bitonic_sort.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__box2.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__box.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__callcc.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__chars.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__def_tups.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__dup_global_lam.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__eta.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__example.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__exp.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__extracted_match_pred.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__field_vectorization.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__lam_op2_nested.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__lam_op2.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__let_tup_readback.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__linearize_match.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__list_resugar.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__list_reverse.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__list_take.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__list_to_tree.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__match_builtins.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__match_mult_linearization.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__match_num_explicit_bind.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__match.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__merge_sort.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__nested_let_tup.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__nested_list_and_string.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_lazy__nested_str.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_lazy__num_pred.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__queue.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__radix_sort_ctr.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__recursive_match_native.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__scopeless_discard.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__str_concat.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__str_inc_eta.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__str_inc.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__str_len.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__sum_tree.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__sup_app.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__sup_reconstruction.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__superposed_is_even.hvm.snap Revert unlabeled dups/sups being 0 2024-02-02 19:11:20 -03:00
run_lazy__tagged_lam.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__tup_reconstruction.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__tuple_rots.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__unaplied_str.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
run_lazy__unused_dup_var.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__world.hvm.snap Add lazy mode tests, update normal tests 2024-02-02 13:44:06 -03:00
run_lazy__wrong_string.hvm.snap [sc-443] Rename builtin constructors 2024-02-12 18:09:40 +01:00
simplify_matches__already_flat.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__bits_dec.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__double_unwrap_box.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
simplify_matches__double_unwrap_maybe.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__flatten_with_terminal.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__nested2.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__nested_0ary.hvm.snap [sc-403] Change pat-match algorithm, add multi-arg matches 2024-02-22 20:38:00 +01:00
simplify_matches__nested.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00
simplify_matches__redundant_with_era.hvm.snap Make supercombinators work with non-linear match arms 2024-02-26 12:43:01 -03:00