itp-interface 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- itp_interface/__init__.py +0 -0
- itp_interface/agent/__init__.py +0 -0
- itp_interface/agent/simple_proof_agent.py +100 -0
- itp_interface/coq_ser_api/__init__.py +165 -0
- itp_interface/coq_ser_api/contexts.py +283 -0
- itp_interface/coq_ser_api/coq_agent.py +459 -0
- itp_interface/coq_ser_api/coq_backend.py +135 -0
- itp_interface/coq_ser_api/coq_util.py +839 -0
- itp_interface/coq_ser_api/example.py +67 -0
- itp_interface/coq_ser_api/lsp_backend.py +375 -0
- itp_interface/coq_ser_api/py.typed +0 -0
- itp_interface/coq_ser_api/serapi_backend.py +841 -0
- itp_interface/coq_ser_api/util.py +145 -0
- itp_interface/coq_ser_api_old/__init__.py +2583 -0
- itp_interface/coq_ser_api_old/contexts.py +172 -0
- itp_interface/coq_ser_api_old/util.py +146 -0
- itp_interface/lean_server/__init__.py +0 -0
- itp_interface/lean_server/commands.py +484 -0
- itp_interface/lean_server/lean3_search_tool.py +358 -0
- itp_interface/lean_server/lean4_repl_interface.py +151 -0
- itp_interface/lean_server/lean4_utils.py +255 -0
- itp_interface/lean_server/lean_cmd_server.py +111 -0
- itp_interface/lean_server/lean_context.py +60 -0
- itp_interface/lean_server/lean_sync_server.py +174 -0
- itp_interface/lean_server/lean_utils.py +199 -0
- itp_interface/lean_server/py.typed +1 -0
- itp_interface/main/__init__.py +0 -0
- itp_interface/main/config/afp_data_gen.yaml +14 -0
- itp_interface/main/config/benchmark/CompCert.yaml +366 -0
- itp_interface/main/config/benchmark/GeoCoq.yaml +930 -0
- itp_interface/main/config/benchmark/UniMath.yaml +2690 -0
- itp_interface/main/config/benchmark/afp_isabelle.yaml +29200 -0
- itp_interface/main/config/benchmark/agent_proverbot_hard.yaml +247 -0
- itp_interface/main/config/benchmark/category-theory.yaml +470 -0
- itp_interface/main/config/benchmark/compcert_118_subset.yaml +148 -0
- itp_interface/main/config/benchmark/compcert_benchmark.yaml +36 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard.yaml +498 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_1.yaml +55 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_2.yaml +24 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_3.yaml +95 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_7_per_cent.yaml +78 -0
- itp_interface/main/config/benchmark/compcert_benchmark_test.yaml +38 -0
- itp_interface/main/config/benchmark/compcert_benchmark_train.yaml +340 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_test.yaml +2908 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_train.yaml +98645 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_val.yaml +2912 -0
- itp_interface/main/config/benchmark/leandojo_random.yaml +2889 -0
- itp_interface/main/config/benchmark/leandojo_random_test.yaml +2421 -0
- itp_interface/main/config/benchmark/leandojo_random_train.yaml +62729 -0
- itp_interface/main/config/benchmark/leandojo_random_val.yaml +2504 -0
- itp_interface/main/config/benchmark/math-comp.yaml +200 -0
- itp_interface/main/config/benchmark/miniF2F_test.yaml +12 -0
- itp_interface/main/config/benchmark/miniF2F_test_aime.yaml +27 -0
- itp_interface/main/config/benchmark/miniF2F_test_algebra.yaml +30 -0
- itp_interface/main/config/benchmark/miniF2F_test_amc12.yaml +57 -0
- itp_interface/main/config/benchmark/miniF2F_test_few_shot_hard.yaml +231 -0
- itp_interface/main/config/benchmark/miniF2F_test_imo.yaml +32 -0
- itp_interface/main/config/benchmark/miniF2F_test_induction.yaml +20 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra.yaml +82 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra_hard.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_numbertheory.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_numbertheory.yaml +20 -0
- itp_interface/main/config/benchmark/minicompcert_benchmark_1.yaml +14 -0
- itp_interface/main/config/benchmark/proverbot_hard.yaml +104 -0
- itp_interface/main/config/benchmark/re_prover.yaml +66 -0
- itp_interface/main/config/benchmark/re_prover_hard.yaml +41 -0
- itp_interface/main/config/benchmark/re_prover_very_hard.yaml +22 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval.yaml +73 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_hard.yaml +30 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_neg.yaml +195 -0
- itp_interface/main/config/benchmark/simple_benchmark_1.yaml +24 -0
- itp_interface/main/config/benchmark/simple_benchmark_8.yaml +50 -0
- itp_interface/main/config/benchmark/simple_benchmark_9.yaml +65 -0
- itp_interface/main/config/benchmark/simple_benchmark_isabelle.yaml +18 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean.yaml +12 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean_training_data.yaml +12 -0
- itp_interface/main/config/benchmark/simple_rl_benchmark_lean.yaml +14 -0
- itp_interface/main/config/benchmark/stack_machine.yaml +13 -0
- itp_interface/main/config/benchmark/stack_machine_hard.yaml +15 -0
- itp_interface/main/config/category_theory_data_gen.yaml +14 -0
- itp_interface/main/config/category_theory_data_gen_random.yaml +16 -0
- itp_interface/main/config/compcert_data_gen_test.yaml +10 -0
- itp_interface/main/config/compcert_data_gen_train.yaml +7 -0
- itp_interface/main/config/env_settings/bm25_retrieval.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/no_retrieval.yaml +2 -0
- itp_interface/main/config/experiments.yaml +12 -0
- itp_interface/main/config/geo_coq_data_gen.yaml +14 -0
- itp_interface/main/config/geo_coq_data_gen_random.yaml +16 -0
- itp_interface/main/config/leandojo_random_data_gen.yaml +16 -0
- itp_interface/main/config/math_comp_data_gen.yaml +14 -0
- itp_interface/main/config/math_comp_data_gen_random.yaml +16 -0
- itp_interface/main/config/mathlib_data_gen.yaml +14 -0
- itp_interface/main/config/repo/coq_repos.yaml +191 -0
- itp_interface/main/config/run_settings/default_coq_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_isabelle_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean4_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/simple_coq_data_gen.yaml +12 -0
- itp_interface/main/config/simple_coq_data_gen_random.yaml +17 -0
- itp_interface/main/config/simple_lean_data_gen.yaml +12 -0
- itp_interface/main/config/simple_rl_lean_data_gen.yaml +12 -0
- itp_interface/main/config/uni_math_data_gen.yaml +14 -0
- itp_interface/main/config.py +192 -0
- itp_interface/main/extract_benchmark_dataset.py +106 -0
- itp_interface/main/filter_dataset.py +107 -0
- itp_interface/main/install.py +92 -0
- itp_interface/main/merge_dataset.py +96 -0
- itp_interface/main/run_tool.py +444 -0
- itp_interface/pisa/.git +1 -0
- itp_interface/pisa/.gitignore +125 -0
- itp_interface/pisa/.idea/.gitignore +8 -0
- itp_interface/pisa/.idea/ClojureProjectResolveSettings.xml +6 -0
- itp_interface/pisa/.idea/codeStyles/Project.xml +7 -0
- itp_interface/pisa/.idea/codeStyles/codeStyleConfig.xml +5 -0
- itp_interface/pisa/.idea/inspectionProfiles/Project_Default.xml +16 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_android_annotations_4_1_1_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_api_grpc_proto_google_common_protos_1_17_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_findbugs_jsr305_3_0_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_gson_gson_2_8_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_errorprone_error_prone_annotations_2_3_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_failureaccess_1_0_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_guava_30_0_jre_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava_jar.xml +9 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_j2objc_j2objc_annotations_1_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_util_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_fastparse_2_13_2_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_geny_2_13_0_6_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_sourcecode_2_13_0_2_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_lenses_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_grpc_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_zio_grpc_zio_grpc_core_2_13_0_4_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thoughtworks_paranamer_paranamer_2_8_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__commons_io_commons_io_2_8_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_java_patterns_0_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_scala_isabelle_2_13_master_SNAPSHOT_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_thirdparty_boopickle_shaded_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_stacktracer_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_streams_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_api_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_context_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_core_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_netty_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_lite_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_services_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_stub_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_buffer_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http2_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_socks_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_common_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_proxy_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_resolver_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_transport_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_perfmark_perfmark_api_0_19_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_java_dev_jna_jna_5_3_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_liftweb_lift_json_2_13_3_4_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_lang3_3_11_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_text_1_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_checkerframework_checker_qual_3_5_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_codehaus_mojo_animal_sniffer_annotations_1_18_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jetbrains_annotations_20_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jline_jline_3_16_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_log4s_log4s_2_13_1_9_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_collection_compat_2_13_2_1_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_xml_2_13_1_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_compiler_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_library_2_13_4_jar.xml +23 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_reflect_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scalap_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scalaz_scalaz_core_2_13_7_3_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_api_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_simple_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/misc.xml +7 -0
- itp_interface/pisa/.idea/modules/PISA-build.iml +127 -0
- itp_interface/pisa/.idea/modules/PISA.iml +94 -0
- itp_interface/pisa/.idea/modules.xml +9 -0
- itp_interface/pisa/.idea/other.xml +6 -0
- itp_interface/pisa/.idea/sbt.xml +20 -0
- itp_interface/pisa/.idea/scala_compiler.xml +6 -0
- itp_interface/pisa/.idea/uiDesigner.xml +124 -0
- itp_interface/pisa/.idea/vcs.xml +6 -0
- itp_interface/pisa/.scalafmt.conf +2 -0
- itp_interface/pisa/LICENSE +29 -0
- itp_interface/pisa/README.md +262 -0
- itp_interface/pisa/build.sbt +49 -0
- itp_interface/pisa/build.sh +26 -0
- itp_interface/pisa/command_generation/close_gaps.py +44 -0
- itp_interface/pisa/command_generation/conjecture_normal_order.py +62 -0
- itp_interface/pisa/command_generation/conjecturer_command_generator.py +36 -0
- itp_interface/pisa/command_generation/create_dirs.py +11 -0
- itp_interface/pisa/command_generation/find_std.py +67 -0
- itp_interface/pisa/command_generation/generate_build_commands_afp.py +15 -0
- itp_interface/pisa/command_generation/generate_build_commands_std.py +15 -0
- itp_interface/pisa/command_generation/generate_commands_afp.py +103 -0
- itp_interface/pisa/command_generation/generate_commands_mini.py +73 -0
- itp_interface/pisa/command_generation/generate_commands_std.py +69 -0
- itp_interface/pisa/command_generation/generate_hammer_extraction_text.py +5 -0
- itp_interface/pisa/command_generation/hammer_command_generator.py +40 -0
- itp_interface/pisa/command_generation/hp_search_command_generator.py +63 -0
- itp_interface/pisa/command_generation/oracle_command_generator.py +56 -0
- itp_interface/pisa/command_generation/search_command_generator.py +69 -0
- itp_interface/pisa/command_generation/summarise_problem_names.py +45 -0
- itp_interface/pisa/command_generation/tpu_hp_search.py +75 -0
- itp_interface/pisa/docker/Dockerfile +34 -0
- itp_interface/pisa/docker/docker_tutorial.md +64 -0
- itp_interface/pisa/eval_setup/copy_isabelle.py +42 -0
- itp_interface/pisa/eval_setup/copy_pisa_jars.py +18 -0
- itp_interface/pisa/mesh_transformer_utils/tokenization.py +86 -0
- itp_interface/pisa/project/build.properties +1 -0
- itp_interface/pisa/project/plugins.sbt +5 -0
- itp_interface/pisa/requirements.txt +4 -0
- itp_interface/pisa/scripts/extract_last_k_steps.py +28 -0
- itp_interface/pisa/scripts/extract_proof_corpus.py +26 -0
- itp_interface/pisa/scripts/gather_hammer_results.py +27 -0
- itp_interface/pisa/scripts/length_in_char_stats.py +20 -0
- itp_interface/pisa/scripts/mix.py +127 -0
- itp_interface/pisa/scripts/results_stat.py +52 -0
- itp_interface/pisa/scripts/test_array_job.sh +34 -0
- itp_interface/pisa/setup.sh +25 -0
- itp_interface/pisa/src/main/protobuf/server.proto +60 -0
- itp_interface/pisa/src/main/python/.idea/.gitignore +8 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/Project_Default.xml +18 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- itp_interface/pisa/src/main/python/.idea/misc.xml +4 -0
- itp_interface/pisa/src/main/python/.idea/modules.xml +8 -0
- itp_interface/pisa/src/main/python/.idea/python.iml +12 -0
- itp_interface/pisa/src/main/python/.idea/vcs.xml +6 -0
- itp_interface/pisa/src/main/python/conjecturing_parsing/conjecturer_postprocessing.py +59 -0
- itp_interface/pisa/src/main/python/data_extraction/extract_data.py +184 -0
- itp_interface/pisa/src/main/python/data_extraction/find_premises.py +221 -0
- itp_interface/pisa/src/main/python/data_extraction/process_data.py +129 -0
- itp_interface/pisa/src/main/python/legacy/PisaFlexibleClient.py +167 -0
- itp_interface/pisa/src/main/python/legacy/autof_test.py +74 -0
- itp_interface/pisa/src/main/python/legacy/cmd_client.py +23 -0
- itp_interface/pisa/src/main/python/legacy/convert_scala_dump_to_test_name_jsons.py +14 -0
- itp_interface/pisa/src/main/python/legacy/create_data_txt.py +72 -0
- itp_interface/pisa/src/main/python/legacy/create_finetune_tfrecords.py +311 -0
- itp_interface/pisa/src/main/python/legacy/demo.py +49 -0
- itp_interface/pisa/src/main/python/legacy/evaluate.py +108 -0
- itp_interface/pisa/src/main/python/legacy/extract_first_step.py +25 -0
- itp_interface/pisa/src/main/python/legacy/get_global_facts.py +35 -0
- itp_interface/pisa/src/main/python/legacy/mix_data.py +19 -0
- itp_interface/pisa/src/main/python/legacy/one_stage_extraction.py +111 -0
- itp_interface/pisa/src/main/python/legacy/prepare_episodic_transitions.py +137 -0
- itp_interface/pisa/src/main/python/legacy/prepare_translation_pairs.py +277 -0
- itp_interface/pisa/src/main/python/pisa_client.py +322 -0
- itp_interface/pisa/src/main/python/server_pb2.py +394 -0
- itp_interface/pisa/src/main/python/server_pb2_grpc.py +230 -0
- itp_interface/pisa/src/main/python/test_client.py +17 -0
- itp_interface/pisa/src/main/python/test_client2.py +79 -0
- itp_interface/pisa/src/main/python/utils/filters.py +59 -0
- itp_interface/pisa/src/main/python/utils/pisa_server_control.py +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/CheckSyntax.scala +257 -0
- itp_interface/pisa/src/main/scala/pisa/agent/DepThms.scala +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/PisaStat.scala +46 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RefactorTest.scala +40 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RepHammer.scala +95 -0
- itp_interface/pisa/src/main/scala/pisa/server/HammFacts.scala +63 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOS.scala +881 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStage.scala +540 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStageServers.scala +1048 -0
- itp_interface/pisa/src/main/scala/pisa/utils/TheoryManager.scala +95 -0
- itp_interface/pisa/src/test/python/analyse_debug.py +33 -0
- itp_interface/pisa/src/test/python/extract_test_seq2seq.py +53 -0
- itp_interface/pisa/src/test/python/extract_test_theorem_ground_truth_indices.py +31 -0
- itp_interface/pisa/src/test/python/proof_originality.py +24 -0
- itp_interface/pisa/src/test/python/test_command_generator.py +25 -0
- itp_interface/pisa/src/test/python/test_model_sequence_accuracy.py +70 -0
- itp_interface/pisa/src/test/scala/pisa/Easy.scala +26 -0
- itp_interface/pisa/src/test/scala/pisa/TestCurl.scala +82 -0
- itp_interface/pisa/src/test/scala/pisa/TestIsa.scala +27 -0
- itp_interface/pisa/test.sh +19 -0
- itp_interface/pisa/universal_test_theorems.tar.gz +0 -0
- itp_interface/repo/build.py +78 -0
- itp_interface/repo/clone.py +79 -0
- itp_interface/repo/dataset_discovery.py +99 -0
- itp_interface/retrieval/__init__.py +0 -0
- itp_interface/retrieval/abstraction.py +35 -0
- itp_interface/retrieval/coq_bm25_reranker.py +153 -0
- itp_interface/retrieval/isabelle_bm25_reranker.py +86 -0
- itp_interface/retrieval/lean3_bm25_reranker.py +86 -0
- itp_interface/rl/__init__.py +0 -0
- itp_interface/rl/abstraction.py +168 -0
- itp_interface/rl/proof_action.py +172 -0
- itp_interface/rl/proof_state.py +149 -0
- itp_interface/rl/proof_tree.py +109 -0
- itp_interface/rl/simpl_proof_env_pool.py +16 -0
- itp_interface/rl/simple_proof_env.py +713 -0
- itp_interface/rl/simple_proof_env_pool.py +591 -0
- itp_interface/scripts/setup.sh +228 -0
- itp_interface/tools/__init__.py +0 -0
- itp_interface/tools/basic_utils.py +172 -0
- itp_interface/tools/bin_packing.py +61 -0
- itp_interface/tools/cache.py +93 -0
- itp_interface/tools/coq_build_spec.py +31 -0
- itp_interface/tools/coq_build_tool.py +319 -0
- itp_interface/tools/coq_context_helper.py +354 -0
- itp_interface/tools/coq_executor.py +508 -0
- itp_interface/tools/coq_local_data_generation_transform.py +158 -0
- itp_interface/tools/coq_parse_utils.py +154 -0
- itp_interface/tools/coq_raw_proofs.py +193 -0
- itp_interface/tools/coq_theorem_proof_pair_generation_transform.py +146 -0
- itp_interface/tools/coq_training_data_generator.py +76 -0
- itp_interface/tools/dynamic_coq_proof_exec.py +220 -0
- itp_interface/tools/dynamic_isabelle_proof_exec.py +229 -0
- itp_interface/tools/dynamic_lean4_proof_exec.py +236 -0
- itp_interface/tools/dynamic_lean_proof_exec.py +228 -0
- itp_interface/tools/isabelle_context_helper.py +66 -0
- itp_interface/tools/isabelle_executor.py +862 -0
- itp_interface/tools/isabelle_local_data_generation_transform.py +149 -0
- itp_interface/tools/isabelle_parse_utils.py +131 -0
- itp_interface/tools/isabelle_server.py +106 -0
- itp_interface/tools/lean4_context_helper.py +72 -0
- itp_interface/tools/lean4_local_data_generation_transform.py +122 -0
- itp_interface/tools/lean4_sync_executor.py +1193 -0
- itp_interface/tools/lean_cmd_executor.py +804 -0
- itp_interface/tools/lean_context_helper.py +327 -0
- itp_interface/tools/lean_dojo_data_generation_transform.py +206 -0
- itp_interface/tools/lean_executor.py +687 -0
- itp_interface/tools/lean_local_data_generation_transform.py +136 -0
- itp_interface/tools/lean_parse_utils.py +32 -0
- itp_interface/tools/log_utils.py +20 -0
- itp_interface/tools/proof_exec_callback.py +76 -0
- itp_interface/tools/ray_utils.py +265 -0
- itp_interface/tools/repl/.git +1 -0
- itp_interface/tools/repl/.github/workflows/ci.yml +24 -0
- itp_interface/tools/repl/.gitignore +7 -0
- itp_interface/tools/repl/.vscode/copyright.code-snippets +13 -0
- itp_interface/tools/repl/.vscode/extensions.json +13 -0
- itp_interface/tools/repl/.vscode/module-docstring.code-snippets +35 -0
- itp_interface/tools/repl/.vscode/settings.json +11 -0
- itp_interface/tools/repl/README.md +174 -0
- itp_interface/tools/repl/REPL/Frontend.lean +47 -0
- itp_interface/tools/repl/REPL/JSON.lean +186 -0
- itp_interface/tools/repl/REPL/Lean/ContextInfo.lean +9 -0
- itp_interface/tools/repl/REPL/Lean/Environment.lean +31 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree/ToJson.lean +114 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree.lean +272 -0
- itp_interface/tools/repl/REPL/Main.lean +323 -0
- itp_interface/tools/repl/REPL/Snapshots.lean +306 -0
- itp_interface/tools/repl/REPL/Util/Path.lean +36 -0
- itp_interface/tools/repl/REPL/Util/Pickle.lean +44 -0
- itp_interface/tools/repl/REPL.lean +4 -0
- itp_interface/tools/repl/lake-manifest.json +5 -0
- itp_interface/tools/repl/lakefile.lean +15 -0
- itp_interface/tools/repl/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/.gitignore +5 -0
- itp_interface/tools/repl/test/Mathlib/H20231110.sh +2 -0
- itp_interface/tools/repl/test/Mathlib/ReplMathlibTests.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/lake-manifest.json +68 -0
- itp_interface/tools/repl/test/Mathlib/lakefile.lean +11 -0
- itp_interface/tools/repl/test/Mathlib/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.expected.out +20 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.lean +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.expected.out +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.in +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.lean +22 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.expected.out +19 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.expected.out +18 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.expected.out +10 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.in +9 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.lean +30 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.expected.out +14 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.expected.out +37 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/import_Mathlib.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.expected.out +29 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.lean +6 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.expected.out +22 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.expected.out +16 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.in +6 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test.sh +41 -0
- itp_interface/tools/repl/test/all_tactics.expected.out +13 -0
- itp_interface/tools/repl/test/all_tactics.in +1 -0
- itp_interface/tools/repl/test/by_cases.expected.out +25 -0
- itp_interface/tools/repl/test/by_cases.in +8 -0
- itp_interface/tools/repl/test/by_cases.lean +4 -0
- itp_interface/tools/repl/test/calc.expected.out +32 -0
- itp_interface/tools/repl/test/calc.in +1 -0
- itp_interface/tools/repl/test/def_eval.expected.out +9 -0
- itp_interface/tools/repl/test/def_eval.in +3 -0
- itp_interface/tools/repl/test/enableInitializersExecution.expected.out +2 -0
- itp_interface/tools/repl/test/enableInitializersExecution.in +1 -0
- itp_interface/tools/repl/test/file.expected.out +8 -0
- itp_interface/tools/repl/test/file.in +1 -0
- itp_interface/tools/repl/test/file.lean +5 -0
- itp_interface/tools/repl/test/have_by_sorry.expected.out +28 -0
- itp_interface/tools/repl/test/have_by_sorry.in +6 -0
- itp_interface/tools/repl/test/import_lean.in +1 -0
- itp_interface/tools/repl/test/incomplete.expected.out +18 -0
- itp_interface/tools/repl/test/incomplete.in +3 -0
- itp_interface/tools/repl/test/incomplete.lean +0 -0
- itp_interface/tools/repl/test/infotree.expected.out +20 -0
- itp_interface/tools/repl/test/infotree.in +2 -0
- itp_interface/tools/repl/test/invalid_tactic.expected.out +20 -0
- itp_interface/tools/repl/test/invalid_tactic.in +3 -0
- itp_interface/tools/repl/test/name_generator.expected.out +53 -0
- itp_interface/tools/repl/test/name_generator.in +18 -0
- itp_interface/tools/repl/test/no_goal_sorry.expected.out +11 -0
- itp_interface/tools/repl/test/no_goal_sorry.in +1 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.expected.out +12 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.in +1 -0
- itp_interface/tools/repl/test/options.expected.out +17 -0
- itp_interface/tools/repl/test/options.in +6 -0
- itp_interface/tools/repl/test/pickle_environment.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_environment.in +7 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.expected.out +10 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.in +9 -0
- itp_interface/tools/repl/test/pickle_open.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_open.in +7 -0
- itp_interface/tools/repl/test/pickle_open_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_open_2.in +3 -0
- itp_interface/tools/repl/test/pickle_open_scoped.expected.out +18 -0
- itp_interface/tools/repl/test/pickle_open_scoped.in +8 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.expected.out +14 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.in +15 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.in +15 -0
- itp_interface/tools/repl/test/pickle_scoped_notation.in +16 -0
- itp_interface/tools/repl/test/pickle_scoped_notation_2.in +3 -0
- itp_interface/tools/repl/test/proof_step.expected.out +18 -0
- itp_interface/tools/repl/test/proof_step.in +7 -0
- itp_interface/tools/repl/test/readme.expected.out +16 -0
- itp_interface/tools/repl/test/readme.in +5 -0
- itp_interface/tools/repl/test/sorry_hypotheses.expected.out +16 -0
- itp_interface/tools/repl/test/sorry_hypotheses.in +4 -0
- itp_interface/tools/repl/test/synthesize_placeholder.expected.out +7 -0
- itp_interface/tools/repl/test/synthesize_placeholder.in +1 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.expected.out +14 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.in +3 -0
- itp_interface/tools/repl/test/tactic_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/tactic_sorry.in +1 -0
- itp_interface/tools/repl/test/term_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/term_sorry.in +1 -0
- itp_interface/tools/repl/test/trace_simp.expected.out +41 -0
- itp_interface/tools/repl/test/trace_simp.in +15 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.expected.out +11 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.in +1 -0
- itp_interface/tools/repl/test/unknown_environment.expected.out +2 -0
- itp_interface/tools/repl/test/unknown_environment.in +1 -0
- itp_interface/tools/repl/test/unknown_proof_state.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_proof_state.in +3 -0
- itp_interface/tools/repl/test/unknown_tactic.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_tactic.in +3 -0
- itp_interface/tools/repl/test/variables.expected.out +26 -0
- itp_interface/tools/repl/test/variables.in +5 -0
- itp_interface/tools/repl/test.sh +43 -0
- itp_interface/tools/run_data_generation_transforms.py +350 -0
- itp_interface/tools/theorem_details.py +25 -0
- itp_interface/tools/training_data.py +358 -0
- itp_interface/tools/training_data_format.py +599 -0
- itp_interface-1.0.0.dist-info/METADATA +78 -0
- itp_interface-1.0.0.dist-info/RECORD +485 -0
- itp_interface-1.0.0.dist-info/WHEEL +4 -0
- itp_interface-1.0.0.dist-info/entry_points.txt +3 -0
- itp_interface-1.0.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
name: category-theory
|
|
2
|
+
num_files: 229
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: null
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: null
|
|
6
|
+
dfs_data_path_for_retrieval: null
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
setup_cmds:
|
|
9
|
+
- opam env --switch=category-theory --set-switch
|
|
10
|
+
datasets:
|
|
11
|
+
- project: <root>/data/repos/category-theory/
|
|
12
|
+
files:
|
|
13
|
+
- path: Lib.v
|
|
14
|
+
theorems: '*'
|
|
15
|
+
- path: Theory.v
|
|
16
|
+
theorems: '*'
|
|
17
|
+
- path: Solver.v
|
|
18
|
+
theorems: '*'
|
|
19
|
+
- path: Construction/Groupoid.v
|
|
20
|
+
theorems: '*'
|
|
21
|
+
- path: Construction/Slice.v
|
|
22
|
+
theorems: '*'
|
|
23
|
+
- path: Construction/Enriched.v
|
|
24
|
+
theorems: '*'
|
|
25
|
+
- path: Construction/Free.v
|
|
26
|
+
theorems: '*'
|
|
27
|
+
- path: Construction/Subcategory.v
|
|
28
|
+
theorems: '*'
|
|
29
|
+
- path: Construction/Arrow.v
|
|
30
|
+
theorems: '*'
|
|
31
|
+
- path: Construction/Product.v
|
|
32
|
+
theorems: '*'
|
|
33
|
+
- path: Construction/Cayley.v
|
|
34
|
+
theorems: '*'
|
|
35
|
+
- path: Construction/Coproduct.v
|
|
36
|
+
theorems: '*'
|
|
37
|
+
- path: Construction/Opposite.v
|
|
38
|
+
theorems: '*'
|
|
39
|
+
- path: Construction/Comma.v
|
|
40
|
+
theorems: '*'
|
|
41
|
+
- path: Construction/Comma/Adjunction.v
|
|
42
|
+
theorems: '*'
|
|
43
|
+
- path: Construction/Comma/Isomorphism.v
|
|
44
|
+
theorems: '*'
|
|
45
|
+
- path: Construction/Comma/Natural/Transformation.v
|
|
46
|
+
theorems: '*'
|
|
47
|
+
- path: Construction/Slice/Pullback.v
|
|
48
|
+
theorems: '*'
|
|
49
|
+
- path: Construction/Free/Quiver.v
|
|
50
|
+
theorems: '*'
|
|
51
|
+
- path: Construction/Product/Comma.v
|
|
52
|
+
theorems: '*'
|
|
53
|
+
- path: Instance/AST.v
|
|
54
|
+
theorems: '*'
|
|
55
|
+
- path: Instance/Fact.v
|
|
56
|
+
theorems: '*'
|
|
57
|
+
- path: Instance/Props.v
|
|
58
|
+
theorems: '*'
|
|
59
|
+
- path: Instance/Parallel.v
|
|
60
|
+
theorems: '*'
|
|
61
|
+
- path: Instance/StrictCat.v
|
|
62
|
+
theorems: '*'
|
|
63
|
+
- path: Instance/Adjoints.v
|
|
64
|
+
theorems: '*'
|
|
65
|
+
- path: Instance/Comp.v
|
|
66
|
+
theorems: '*'
|
|
67
|
+
- path: Instance/Zero.v
|
|
68
|
+
theorems: '*'
|
|
69
|
+
- path: Instance/Cat.v
|
|
70
|
+
theorems: '*'
|
|
71
|
+
- path: Instance/Lambda.v
|
|
72
|
+
theorems: '*'
|
|
73
|
+
- path: Instance/Sets.v
|
|
74
|
+
theorems: '*'
|
|
75
|
+
- path: Instance/Poset.v
|
|
76
|
+
theorems: '*'
|
|
77
|
+
- path: Instance/Two.v
|
|
78
|
+
theorems: '*'
|
|
79
|
+
- path: Instance/Cones.v
|
|
80
|
+
theorems: '*'
|
|
81
|
+
- path: Instance/Rel.v
|
|
82
|
+
theorems: '*'
|
|
83
|
+
- path: Instance/Fun.v
|
|
84
|
+
theorems: '*'
|
|
85
|
+
- path: Instance/One.v
|
|
86
|
+
theorems: '*'
|
|
87
|
+
- path: Instance/Roof.v
|
|
88
|
+
theorems: '*'
|
|
89
|
+
- path: Instance/Coq.v
|
|
90
|
+
theorems: '*'
|
|
91
|
+
- path: Instance/Shapes.v
|
|
92
|
+
theorems: '*'
|
|
93
|
+
- path: Instance/Proset.v
|
|
94
|
+
theorems: '*'
|
|
95
|
+
- path: Instance/Ens.v
|
|
96
|
+
theorems: '*'
|
|
97
|
+
- path: Instance/Adj.v
|
|
98
|
+
theorems: '*'
|
|
99
|
+
- path: Instance/Fun/Cartesian.v
|
|
100
|
+
theorems: '*'
|
|
101
|
+
- path: Instance/Coq/ParE.v
|
|
102
|
+
theorems: '*'
|
|
103
|
+
- path: Instance/Coq/Applicative.v
|
|
104
|
+
theorems: '*'
|
|
105
|
+
- path: Instance/Coq/Monad.v
|
|
106
|
+
theorems: '*'
|
|
107
|
+
- path: Instance/Coq/Par.v
|
|
108
|
+
theorems: '*'
|
|
109
|
+
- path: Instance/Sets/Cartesian.v
|
|
110
|
+
theorems: '*'
|
|
111
|
+
- path: Instance/Sets/Par.v
|
|
112
|
+
theorems: '*'
|
|
113
|
+
- path: Instance/Sets/Cocartesian.v
|
|
114
|
+
theorems: '*'
|
|
115
|
+
- path: Instance/Sets/Cartesian/Closed.v
|
|
116
|
+
theorems: '*'
|
|
117
|
+
- path: Instance/Cones/Limit.v
|
|
118
|
+
theorems: '*'
|
|
119
|
+
- path: Instance/Cones/Comma.v
|
|
120
|
+
theorems: '*'
|
|
121
|
+
- path: Instance/Lambda/Sound.v
|
|
122
|
+
theorems: '*'
|
|
123
|
+
- path: Instance/Lambda/Eval.v
|
|
124
|
+
theorems: '*'
|
|
125
|
+
- path: Instance/Lambda/Sub.v
|
|
126
|
+
theorems: '*'
|
|
127
|
+
- path: Instance/Lambda/Full.v
|
|
128
|
+
theorems: '*'
|
|
129
|
+
- path: Instance/Lambda/Example.v
|
|
130
|
+
theorems: '*'
|
|
131
|
+
- path: Instance/Lambda/Ltac.v
|
|
132
|
+
theorems: '*'
|
|
133
|
+
- path: Instance/Lambda/Sem.v
|
|
134
|
+
theorems: '*'
|
|
135
|
+
- path: Instance/Lambda/Step.v
|
|
136
|
+
theorems: '*'
|
|
137
|
+
- path: Instance/Lambda/Multi.v
|
|
138
|
+
theorems: '*'
|
|
139
|
+
- path: Instance/Lambda/Log.v
|
|
140
|
+
theorems: '*'
|
|
141
|
+
- path: Instance/Lambda/Exp.v
|
|
142
|
+
theorems: '*'
|
|
143
|
+
- path: Instance/Lambda/Ty.v
|
|
144
|
+
theorems: '*'
|
|
145
|
+
- path: Instance/Lambda/Norm.v
|
|
146
|
+
theorems: '*'
|
|
147
|
+
- path: Instance/Lambda/Ren.v
|
|
148
|
+
theorems: '*'
|
|
149
|
+
- path: Instance/Lambda/Value.v
|
|
150
|
+
theorems: '*'
|
|
151
|
+
- path: Instance/Two/Discrete.v
|
|
152
|
+
theorems: '*'
|
|
153
|
+
- path: Instance/Cat/Cartesian.v
|
|
154
|
+
theorems: '*'
|
|
155
|
+
- path: Instance/Cat/Cocartesian.v
|
|
156
|
+
theorems: '*'
|
|
157
|
+
- path: Instance/Cat/Cartesian/Closed.v
|
|
158
|
+
theorems: '*'
|
|
159
|
+
- path: Instance/One/Diagonal.v
|
|
160
|
+
theorems: '*'
|
|
161
|
+
- path: Solver/Expr.v
|
|
162
|
+
theorems: '*'
|
|
163
|
+
- path: Solver/Denote.v
|
|
164
|
+
theorems: '*'
|
|
165
|
+
- path: Solver/Normal.v
|
|
166
|
+
theorems: '*'
|
|
167
|
+
- path: Solver/Reify.v
|
|
168
|
+
theorems: '*'
|
|
169
|
+
- path: Solver/Decide.v
|
|
170
|
+
theorems: '*'
|
|
171
|
+
- path: Theory/Naturality.v
|
|
172
|
+
theorems: '*'
|
|
173
|
+
- path: Theory/Sheaf.v
|
|
174
|
+
theorems: '*'
|
|
175
|
+
- path: Theory/Algebra.v
|
|
176
|
+
theorems: '*'
|
|
177
|
+
- path: Theory/Bicategory.v
|
|
178
|
+
theorems: '*'
|
|
179
|
+
- path: Theory/Dinatural.v
|
|
180
|
+
theorems: '*'
|
|
181
|
+
- path: Theory/Adjunction.v
|
|
182
|
+
theorems: '*'
|
|
183
|
+
- path: Theory/Metacategory.v
|
|
184
|
+
theorems: '*'
|
|
185
|
+
- path: Theory/Isomorphism.v
|
|
186
|
+
theorems: '*'
|
|
187
|
+
- path: Theory/Functor.v
|
|
188
|
+
theorems: '*'
|
|
189
|
+
- path: Theory/Monad.v
|
|
190
|
+
theorems: '*'
|
|
191
|
+
- path: Theory/Category.v
|
|
192
|
+
theorems: '*'
|
|
193
|
+
- path: Theory/Morphisms.v
|
|
194
|
+
theorems: '*'
|
|
195
|
+
- path: Theory/Coq.v
|
|
196
|
+
theorems: '*'
|
|
197
|
+
- path: Theory/Category/Raw.v
|
|
198
|
+
theorems: '*'
|
|
199
|
+
- path: Theory/Category/Semi.v
|
|
200
|
+
theorems: '*'
|
|
201
|
+
- path: Theory/Coq/Map.v
|
|
202
|
+
theorems: '*'
|
|
203
|
+
- path: Theory/Coq/Foldable.v
|
|
204
|
+
theorems: '*'
|
|
205
|
+
- path: Theory/Coq/List.v
|
|
206
|
+
theorems: '*'
|
|
207
|
+
- path: Theory/Coq/Either.v
|
|
208
|
+
theorems: '*'
|
|
209
|
+
- path: Theory/Coq/Traversable.v
|
|
210
|
+
theorems: '*'
|
|
211
|
+
- path: Theory/Coq/Maybe.v
|
|
212
|
+
theorems: '*'
|
|
213
|
+
- path: Theory/Coq/Applicative.v
|
|
214
|
+
theorems: '*'
|
|
215
|
+
- path: Theory/Coq/Monoid.v
|
|
216
|
+
theorems: '*'
|
|
217
|
+
- path: Theory/Coq/Functor.v
|
|
218
|
+
theorems: '*'
|
|
219
|
+
- path: Theory/Coq/Monad.v
|
|
220
|
+
theorems: '*'
|
|
221
|
+
- path: Theory/Coq/Tuple.v
|
|
222
|
+
theorems: '*'
|
|
223
|
+
- path: Theory/Coq/Semigroup.v
|
|
224
|
+
theorems: '*'
|
|
225
|
+
- path: Theory/Coq/Maybe/Proofs.v
|
|
226
|
+
theorems: '*'
|
|
227
|
+
- path: Theory/Coq/Applicative/Proofs.v
|
|
228
|
+
theorems: '*'
|
|
229
|
+
- path: Theory/Coq/Tuple/Proofs.v
|
|
230
|
+
theorems: '*'
|
|
231
|
+
- path: Theory/Coq/Either/Proofs.v
|
|
232
|
+
theorems: '*'
|
|
233
|
+
- path: Theory/Coq/List/Proofs.v
|
|
234
|
+
theorems: '*'
|
|
235
|
+
- path: Theory/Coq/Functor/Proofs.v
|
|
236
|
+
theorems: '*'
|
|
237
|
+
- path: Theory/Coq/Monad/Proofs.v
|
|
238
|
+
theorems: '*'
|
|
239
|
+
- path: Theory/Kan/Extension.v
|
|
240
|
+
theorems: '*'
|
|
241
|
+
- path: Theory/Natural/Transformation.v
|
|
242
|
+
theorems: '*'
|
|
243
|
+
- path: Theory/Metacategory/DecideExample.v
|
|
244
|
+
theorems: '*'
|
|
245
|
+
- path: Theory/Metacategory/ArrowsOnly.v
|
|
246
|
+
theorems: '*'
|
|
247
|
+
- path: Theory/Universal/Arrow.v
|
|
248
|
+
theorems: '*'
|
|
249
|
+
- path: Natural/Transformation/Strong.v
|
|
250
|
+
theorems: '*'
|
|
251
|
+
- path: Natural/Transformation/Applicative.v
|
|
252
|
+
theorems: '*'
|
|
253
|
+
- path: Natural/Transformation/Monoidal.v
|
|
254
|
+
theorems: '*'
|
|
255
|
+
- path: Natural/Transformation/Opposite.v
|
|
256
|
+
theorems: '*'
|
|
257
|
+
- path: Lib/IList.v
|
|
258
|
+
theorems: '*'
|
|
259
|
+
- path: Lib/NETList.v
|
|
260
|
+
theorems: '*'
|
|
261
|
+
- path: Lib/Foundation.v
|
|
262
|
+
theorems: '*'
|
|
263
|
+
- path: Lib/FMapExt.v
|
|
264
|
+
theorems: '*'
|
|
265
|
+
- path: Lib/TList.v
|
|
266
|
+
theorems: '*'
|
|
267
|
+
- path: Lib/Tactics2.v
|
|
268
|
+
theorems: '*'
|
|
269
|
+
- path: Lib/Datatypes.v
|
|
270
|
+
theorems: '*'
|
|
271
|
+
- path: Lib/MapDecide.v
|
|
272
|
+
theorems: '*'
|
|
273
|
+
- path: Lib/Tactics.v
|
|
274
|
+
theorems: '*'
|
|
275
|
+
- path: Lib/Setoid.v
|
|
276
|
+
theorems: '*'
|
|
277
|
+
- path: Adjunction/Hom.v
|
|
278
|
+
theorems: '*'
|
|
279
|
+
- path: Adjunction/Opposite.v
|
|
280
|
+
theorems: '*'
|
|
281
|
+
- path: Adjunction/Diagonal/Product.v
|
|
282
|
+
theorems: '*'
|
|
283
|
+
- path: Adjunction/Natural/Transformation.v
|
|
284
|
+
theorems: '*'
|
|
285
|
+
- path: Adjunction/Natural/Transformation/Universal.v
|
|
286
|
+
theorems: '*'
|
|
287
|
+
- path: Adjunction/Natural/Transformation/Opposite.v
|
|
288
|
+
theorems: '*'
|
|
289
|
+
- path: Functor/Hom.v
|
|
290
|
+
theorems: '*'
|
|
291
|
+
- path: Functor/Diagonal.v
|
|
292
|
+
theorems: '*'
|
|
293
|
+
- path: Functor/Strong.v
|
|
294
|
+
theorems: '*'
|
|
295
|
+
- path: Functor/Bifunctor.v
|
|
296
|
+
theorems: '*'
|
|
297
|
+
- path: Functor/Representable.v
|
|
298
|
+
theorems: '*'
|
|
299
|
+
- path: Functor/Traversable.v
|
|
300
|
+
theorems: '*'
|
|
301
|
+
- path: Functor/Applicative.v
|
|
302
|
+
theorems: '*'
|
|
303
|
+
- path: Functor/Product.v
|
|
304
|
+
theorems: '*'
|
|
305
|
+
- path: Functor/Coproduct.v
|
|
306
|
+
theorems: '*'
|
|
307
|
+
- path: Functor/Opposite.v
|
|
308
|
+
theorems: '*'
|
|
309
|
+
- path: Functor/Construction/Product.v
|
|
310
|
+
theorems: '*'
|
|
311
|
+
- path: Functor/Construction/Product/Strong.v
|
|
312
|
+
theorems: '*'
|
|
313
|
+
- path: Functor/Construction/Product/Monoidal.v
|
|
314
|
+
theorems: '*'
|
|
315
|
+
- path: Functor/Traversable/Product.v
|
|
316
|
+
theorems: '*'
|
|
317
|
+
- path: Functor/Hom/Internal.v
|
|
318
|
+
theorems: '*'
|
|
319
|
+
- path: Functor/Hom/Yoneda.v
|
|
320
|
+
theorems: '*'
|
|
321
|
+
- path: Functor/Strong/Product.v
|
|
322
|
+
theorems: '*'
|
|
323
|
+
- path: Functor/Product/Internal.v
|
|
324
|
+
theorems: '*'
|
|
325
|
+
- path: Functor/Structure/Cartesian.v
|
|
326
|
+
theorems: '*'
|
|
327
|
+
- path: Functor/Structure/Constant.v
|
|
328
|
+
theorems: '*'
|
|
329
|
+
- path: Functor/Structure/Terminal.v
|
|
330
|
+
theorems: '*'
|
|
331
|
+
- path: Functor/Structure/Monoidal.v
|
|
332
|
+
theorems: '*'
|
|
333
|
+
- path: Functor/Structure/Monoidal/Compose.v
|
|
334
|
+
theorems: '*'
|
|
335
|
+
- path: Functor/Structure/Monoidal/Id.v
|
|
336
|
+
theorems: '*'
|
|
337
|
+
- path: Functor/Structure/Monoidal/Pure.v
|
|
338
|
+
theorems: '*'
|
|
339
|
+
- path: Functor/Structure/Cartesian/Closed.v
|
|
340
|
+
theorems: '*'
|
|
341
|
+
- path: Monad/Algebra.v
|
|
342
|
+
theorems: '*'
|
|
343
|
+
- path: Monad/Compose.v
|
|
344
|
+
theorems: '*'
|
|
345
|
+
- path: Monad/Adjunction.v
|
|
346
|
+
theorems: '*'
|
|
347
|
+
- path: Monad/Distributive.v
|
|
348
|
+
theorems: '*'
|
|
349
|
+
- path: Monad/Kleisli.v
|
|
350
|
+
theorems: '*'
|
|
351
|
+
- path: Monad/Monoid.v
|
|
352
|
+
theorems: '*'
|
|
353
|
+
- path: Monad/Transformer.v
|
|
354
|
+
theorems: '*'
|
|
355
|
+
- path: Monad/Eilenberg/Moore.v
|
|
356
|
+
theorems: '*'
|
|
357
|
+
- path: Tools/Represented.v
|
|
358
|
+
theorems: '*'
|
|
359
|
+
- path: Tools/Abstraction.v
|
|
360
|
+
theorems: '*'
|
|
361
|
+
- path: Structure/Limit.v
|
|
362
|
+
theorems: '*'
|
|
363
|
+
- path: Structure/Cone.v
|
|
364
|
+
theorems: '*'
|
|
365
|
+
- path: Structure/Discrete.v
|
|
366
|
+
theorems: '*'
|
|
367
|
+
- path: Structure/End.v
|
|
368
|
+
theorems: '*'
|
|
369
|
+
- path: Structure/Pullback.v
|
|
370
|
+
theorems: '*'
|
|
371
|
+
- path: Structure/UniversalProperty.v
|
|
372
|
+
theorems: '*'
|
|
373
|
+
- path: Structure/Span.v
|
|
374
|
+
theorems: '*'
|
|
375
|
+
- path: Structure/Distributive.v
|
|
376
|
+
theorems: '*'
|
|
377
|
+
- path: Structure/Closed.v
|
|
378
|
+
theorems: '*'
|
|
379
|
+
- path: Structure/Complete.v
|
|
380
|
+
theorems: '*'
|
|
381
|
+
- path: Structure/Monoid.v
|
|
382
|
+
theorems: '*'
|
|
383
|
+
- path: Structure/Cartesian.v
|
|
384
|
+
theorems: '*'
|
|
385
|
+
- path: Structure/Binoidal.v
|
|
386
|
+
theorems: '*'
|
|
387
|
+
- path: Structure/Constant.v
|
|
388
|
+
theorems: '*'
|
|
389
|
+
- path: Structure/Terminal.v
|
|
390
|
+
theorems: '*'
|
|
391
|
+
- path: Structure/Initial.v
|
|
392
|
+
theorems: '*'
|
|
393
|
+
- path: Structure/Bicartesian.v
|
|
394
|
+
theorems: '*'
|
|
395
|
+
- path: Structure/Monoidal.v
|
|
396
|
+
theorems: '*'
|
|
397
|
+
- path: Structure/BiCCC.v
|
|
398
|
+
theorems: '*'
|
|
399
|
+
- path: Structure/Cocartesian.v
|
|
400
|
+
theorems: '*'
|
|
401
|
+
- path: Structure/Equalizer.v
|
|
402
|
+
theorems: '*'
|
|
403
|
+
- path: Structure/Wedge.v
|
|
404
|
+
theorems: '*'
|
|
405
|
+
- path: Structure/Group.v
|
|
406
|
+
theorems: '*'
|
|
407
|
+
- path: Structure/Monoidal/Naturality.v
|
|
408
|
+
theorems: '*'
|
|
409
|
+
- path: Structure/Monoidal/Symmetric.v
|
|
410
|
+
theorems: '*'
|
|
411
|
+
- path: Structure/Monoidal/Commutative.v
|
|
412
|
+
theorems: '*'
|
|
413
|
+
- path: Structure/Monoidal/Proofs.v
|
|
414
|
+
theorems: '*'
|
|
415
|
+
- path: Structure/Monoidal/Semicocartesian.v
|
|
416
|
+
theorems: '*'
|
|
417
|
+
- path: Structure/Monoidal/Compose.v
|
|
418
|
+
theorems: '*'
|
|
419
|
+
- path: Structure/Monoidal/Semicartesian.v
|
|
420
|
+
theorems: '*'
|
|
421
|
+
- path: Structure/Monoidal/Closed.v
|
|
422
|
+
theorems: '*'
|
|
423
|
+
- path: Structure/Monoidal/Relevance.v
|
|
424
|
+
theorems: '*'
|
|
425
|
+
- path: Structure/Monoidal/Cartesian.v
|
|
426
|
+
theorems: '*'
|
|
427
|
+
- path: Structure/Monoidal/Balanced.v
|
|
428
|
+
theorems: '*'
|
|
429
|
+
- path: Structure/Monoidal/Traced.v
|
|
430
|
+
theorems: '*'
|
|
431
|
+
- path: Structure/Monoidal/Product.v
|
|
432
|
+
theorems: '*'
|
|
433
|
+
- path: Structure/Monoidal/Braided.v
|
|
434
|
+
theorems: '*'
|
|
435
|
+
- path: Structure/Monoidal/Semicartesian/Proofs.v
|
|
436
|
+
theorems: '*'
|
|
437
|
+
- path: Structure/Monoidal/Semicartesian/Terminal.v
|
|
438
|
+
theorems: '*'
|
|
439
|
+
- path: Structure/Monoidal/Cartesian/Proofs.v
|
|
440
|
+
theorems: '*'
|
|
441
|
+
- path: Structure/Monoidal/Cartesian/Cartesian.v
|
|
442
|
+
theorems: '*'
|
|
443
|
+
- path: Structure/Monoidal/Internal/Product.v
|
|
444
|
+
theorems: '*'
|
|
445
|
+
- path: Structure/Limit/Cartesian.v
|
|
446
|
+
theorems: '*'
|
|
447
|
+
- path: Structure/Limit/Terminal.v
|
|
448
|
+
theorems: '*'
|
|
449
|
+
- path: Structure/Limit/Kan/Extension.v
|
|
450
|
+
theorems: '*'
|
|
451
|
+
- path: Structure/Group/Proofs.v
|
|
452
|
+
theorems: '*'
|
|
453
|
+
- path: Structure/Pullback/Limit.v
|
|
454
|
+
theorems: '*'
|
|
455
|
+
- path: Structure/UniversalProperty/Limit.v
|
|
456
|
+
theorems: '*'
|
|
457
|
+
- path: Structure/UniversalProperty/Cartesian.v
|
|
458
|
+
theorems: '*'
|
|
459
|
+
- path: Structure/UniversalProperty/Universal/Arrow.v
|
|
460
|
+
theorems: '*'
|
|
461
|
+
- path: Structure/Cartesian/Closed.v
|
|
462
|
+
theorems: '*'
|
|
463
|
+
- path: Structure/Cartesian/Product.v
|
|
464
|
+
theorems: '*'
|
|
465
|
+
- path: Structure/Cartesian/Closed/Product.v
|
|
466
|
+
theorems: '*'
|
|
467
|
+
- path: Structure/Cone/Const.v
|
|
468
|
+
theorems: '*'
|
|
469
|
+
- path: Structure/Cone/Natural/Transformation.v
|
|
470
|
+
theorems: '*'
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
name: compcert_118_subset
|
|
2
|
+
num_files: 11
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
setup_cmds:
|
|
9
|
+
- opam env --switch=CompCert --set-switch
|
|
10
|
+
datasets:
|
|
11
|
+
- project: data/benchmarks/CompCert
|
|
12
|
+
files:
|
|
13
|
+
- path: backend/Locations.v
|
|
14
|
+
theorems:
|
|
15
|
+
- slot_eq
|
|
16
|
+
- eq
|
|
17
|
+
- typesize_pos
|
|
18
|
+
- typealign_pos
|
|
19
|
+
- typealign_typesize
|
|
20
|
+
- same_not_diff # In env Loc
|
|
21
|
+
- diff_sym
|
|
22
|
+
- disjoint_cons_left
|
|
23
|
+
- disjoint_cons_right
|
|
24
|
+
- gss # Locmap.gss
|
|
25
|
+
- gss_reg # Locmap.gss_reg
|
|
26
|
+
- getpair_exten # Locmap.getpair_exten
|
|
27
|
+
- index_inj # Repeated twice in env IndexedTyp and IndexedSlot
|
|
28
|
+
- eq_refl
|
|
29
|
+
- eq_sym
|
|
30
|
+
- eq_trans
|
|
31
|
+
- lt_trans
|
|
32
|
+
- path: backend/Selectionproof.v
|
|
33
|
+
theorems:
|
|
34
|
+
- set_optvar_lessdef
|
|
35
|
+
- set_locals_lessdef
|
|
36
|
+
- sel_builtin_res_correct
|
|
37
|
+
- path: cfrontend/Cop.v
|
|
38
|
+
theorems:
|
|
39
|
+
- val_inject_vtrue
|
|
40
|
+
- val_inject_vfalse
|
|
41
|
+
- val_inject_of_bool
|
|
42
|
+
- val_inject_vptrofs
|
|
43
|
+
- notbool_bool_val
|
|
44
|
+
- cast_idempotent
|
|
45
|
+
- eq_int_type # In env ArithConv
|
|
46
|
+
- typeconv_integer_promotion
|
|
47
|
+
- path: common/Globalenvs.v
|
|
48
|
+
theorems:
|
|
49
|
+
- shift_symbol_address # Same theorem is repeated in multiple environments Senv and Genv, we prove it once only.
|
|
50
|
+
- shift_symbol_address_32
|
|
51
|
+
- shift_symbol_address_64
|
|
52
|
+
# - Obligation4
|
|
53
|
+
# - Obligation5
|
|
54
|
+
# - Obligation6 these are unamed theorems so we just don't run on them Proverbot9001 runs on them
|
|
55
|
+
- public_symbol_exists
|
|
56
|
+
- find_funct_find_funct_ptr
|
|
57
|
+
- find_funct_ptr_iff
|
|
58
|
+
- find_var_info_iff
|
|
59
|
+
- global_addresses_distinct
|
|
60
|
+
- genv_next_add_globals
|
|
61
|
+
- genv_public_add_globals
|
|
62
|
+
- alloc_globals_app
|
|
63
|
+
- init_data_size_addrof
|
|
64
|
+
- path: MenhirLib/Validator_complete.v
|
|
65
|
+
theorems:
|
|
66
|
+
- is_validator_subset
|
|
67
|
+
- path: flocq/Calc/Round.v
|
|
68
|
+
theorems:
|
|
69
|
+
- inbetween_int_NE
|
|
70
|
+
- inbetween_int_NA
|
|
71
|
+
- path: flocq/Core/Zaux.v
|
|
72
|
+
theorems:
|
|
73
|
+
- Zopp_le_cancel
|
|
74
|
+
- Zgt_not_eq
|
|
75
|
+
- Zpower_plus
|
|
76
|
+
- Zpower_nat_S
|
|
77
|
+
- Zsame_sign_trans_weak
|
|
78
|
+
- radix_gt_0
|
|
79
|
+
- Zsame_sign_imp
|
|
80
|
+
- Zlt_bool_true
|
|
81
|
+
- Zcompare_Lt
|
|
82
|
+
- cond_Zopp_negb
|
|
83
|
+
- abs_cond_Zopp
|
|
84
|
+
- cond_Zopp_Zlt_bool
|
|
85
|
+
- iter_nat_S
|
|
86
|
+
- ZOmod_small_abs
|
|
87
|
+
- Zcompare_Eq
|
|
88
|
+
- Zeq_bool_false
|
|
89
|
+
- Zeq_bool_true
|
|
90
|
+
- Zle_bool_false
|
|
91
|
+
- Zle_bool_true
|
|
92
|
+
- path: lib/Parmov.v
|
|
93
|
+
theorems:
|
|
94
|
+
- update_s
|
|
95
|
+
- update_o
|
|
96
|
+
- update_ident
|
|
97
|
+
- update_twice
|
|
98
|
+
- dests_append
|
|
99
|
+
- dests_decomp
|
|
100
|
+
- srcs_append
|
|
101
|
+
- srcs_decomp
|
|
102
|
+
- dests_disjoint_sym
|
|
103
|
+
- dests_disjoint_cons_right
|
|
104
|
+
- is_mill_cons
|
|
105
|
+
- move_no_temp_append
|
|
106
|
+
- is_path_pop
|
|
107
|
+
- measure_decreasing_2
|
|
108
|
+
- parmove_aux
|
|
109
|
+
- parmove_dests_initial_reg_or_temp
|
|
110
|
+
- parmove_srcs_initial_reg_or_temp
|
|
111
|
+
- notin_dests_cons
|
|
112
|
+
- exec_seq_app
|
|
113
|
+
- env_equiv_refl
|
|
114
|
+
- env_equiv_refl'
|
|
115
|
+
- env_ext
|
|
116
|
+
- exec_seq_rev_app
|
|
117
|
+
- env_equiv_sym
|
|
118
|
+
- env_equiv_trans
|
|
119
|
+
- parmove2_wf_moves
|
|
120
|
+
- no_overlap_sym
|
|
121
|
+
- pairwise_disjoint_norepet
|
|
122
|
+
- disjoint_temps_not_temp
|
|
123
|
+
- mu_is_mill
|
|
124
|
+
- no_overlap_pairwise
|
|
125
|
+
- weak_exec_seq_match
|
|
126
|
+
- path: x86/SelectOpproof.v
|
|
127
|
+
theorems:
|
|
128
|
+
- eval_Olea_ptr
|
|
129
|
+
- eval_addrstack
|
|
130
|
+
- eval_mulhs
|
|
131
|
+
- eval_mulhu
|
|
132
|
+
- eval_negf
|
|
133
|
+
- eval_absf
|
|
134
|
+
- eval_negfs
|
|
135
|
+
- eval_absfs
|
|
136
|
+
- eval_compf
|
|
137
|
+
- eval_compfs
|
|
138
|
+
- eval_singleoffloat
|
|
139
|
+
- eval_floatofsingle
|
|
140
|
+
- eval_intoffloat
|
|
141
|
+
- eval_intofsingle
|
|
142
|
+
- path: lib/Wfsimpl.v
|
|
143
|
+
theorems:
|
|
144
|
+
- unroll_Fixm
|
|
145
|
+
- unroll_Fix
|
|
146
|
+
- path: exportclight/Clightdefs.v
|
|
147
|
+
theorems:
|
|
148
|
+
- build_composite_env'
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
name: compcert_benchmark
|
|
2
|
+
num_files: 13
|
|
3
|
+
language: COQ
|
|
4
|
+
few_shot_data_path_for_retrieval: .log/tools/coq_raw_proofs/data/benchmarks/CompCert/2023-09-06-03-44-06/CompCert/train
|
|
5
|
+
few_shot_metadata_filename_for_retrieval: single.meta.json
|
|
6
|
+
dfs_data_path_for_retrieval: .log/run_data_generation_transforms/data/benchmarks/CompCert/train
|
|
7
|
+
dfs_metadata_filename_for_retrieval: local.meta.json
|
|
8
|
+
datasets:
|
|
9
|
+
- project: <root>/data/repos/CompCert # data/benchmarks/CompCert
|
|
10
|
+
files:
|
|
11
|
+
- path: backend/Locations.v
|
|
12
|
+
theorems: "*"
|
|
13
|
+
- path: backend/RTL.v
|
|
14
|
+
theorems: "*"
|
|
15
|
+
- path: backend/Selectionproof.v
|
|
16
|
+
theorems: "*"
|
|
17
|
+
- path: cfrontend/Cop.v
|
|
18
|
+
theorems: "*"
|
|
19
|
+
- path: exportclight/Clightdefs.v
|
|
20
|
+
theorems: "*"
|
|
21
|
+
- path: MenhirLib/Validator_complete.v
|
|
22
|
+
theorems: "*"
|
|
23
|
+
- path: x86/SelectOpproof.v
|
|
24
|
+
theorems: "*"
|
|
25
|
+
- path: flocq/Calc/Round.v
|
|
26
|
+
theorems: "*"
|
|
27
|
+
- path: flocq/Prop/Mult_error.v
|
|
28
|
+
theorems: "*"
|
|
29
|
+
- path: flocq/Core/Zaux.v
|
|
30
|
+
theorems: "*"
|
|
31
|
+
- path: lib/Parmov.v
|
|
32
|
+
theorems: "*"
|
|
33
|
+
- path: lib/Wfsimpl.v
|
|
34
|
+
theorems: "*"
|
|
35
|
+
- path: common/Globalenvs.v
|
|
36
|
+
theorems: "*"
|