mpl/conformance/corpus
2026-07-10 00:00:10 -04:00
..
001_hello_world Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
002_factorial Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
003_arith_precedence Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
004_unary_minus Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
005_slash_div_alias Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
006_number_display Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
007_float_arithmetic Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
008_string_escapes Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
009_string_concat Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
010_multilingual_strings Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
011_list_display Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
012_lambda_basics Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
013_closure_capture Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
014_higher_order Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
015_recursion_fib Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
016_recursion_sum Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
017_forall_accumulate Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
018_forall_value Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
019_forall_scope Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
020_guarded_alternatives Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
021_no_guard_match Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
022_guard_truthiness Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
023_alt_chain Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
024_def_assign_rebind Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
025_def_assign_value Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
026_def_vs_assign_scope Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
027_block_sequencing Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
028_block_no_scope Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
029_comments Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
030_bot Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
031_show_all_types Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
032_comparisons Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
033_string_compare Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
034_cross_type_equality Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
035_mixed_compare Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
036_logic_ops Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
037_logic_short_circuit Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
038_ascii_escapes Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
039_type_constraint_unenforced Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
040_trace_returns_value Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
041_asterisk_multiplication Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
042_nested_calls_in_list Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
043_div_zero Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
044_undef Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
045_notfn Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
046_arity_nullary Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
047_arity_extra Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
048_iter_nonlist Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
049_num_bool_plus Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
050_num_string_minus Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
051_neg_string Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
052_bot_arith Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
054_reject_underscore_ident Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
055_reject_juxtaposition Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
056_reject_ternary Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
057_reject_output_emoji Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
058_reject_unterminated_string Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
059_reject_unknown_escape Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
060_reject_unmatched_brace Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
061_reject_unterminated_comment Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
062_reject_sum_token Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
063_reject_sqrt_token Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
064_reject_modulo Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
065_reject_range Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
066_reject_not_token Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
067_empty_program Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
068_paren_sequence Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
069_compose_apply Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
070_compose_assoc Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
071_compose_nonfn Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
072_set_literal_notyet Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
073_record_literal_notyet Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
074_nullary_lambda Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
075_redef Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
076_shadowing Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
077_unbound_assign Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
078_bool_logic Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
079_short_circuit_safe Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
080_depth_limit Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
081_depth_headroom Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
082_fn_equality Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
083_fn_equality_mixed Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
084_rational_display Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
085_rational_eq Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
086_rational_roundtrip Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
087_greek_identifiers Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
088_reject_paren_lambda Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
089_reject_bare_lambda Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00
090_reject_unknown_string_escape Re-record and ratify the corpus 2026-07-10 00:00:10 -04:00