File size: 1,557 Bytes
5697766
1
2
{"text": "module Reverse\n\nreverse' : List a -> List a\nreverse' xs = revAcc [] xs where\n  revAcc : List a -> List a -> List a\n  revAcc acc [] = acc\n  revAcc acc (x :: xs) = revAcc (x :: acc) xs\n\n", "meta": {"hexsha": "8a08f44414c885992c1b98d36386daf4cfdedf4b", "size": 184, "ext": "idr", "lang": "Idris", "max_stars_repo_path": "reverse.idr", "max_stars_repo_name": "aztecrex/try-idris", "max_stars_repo_head_hexsha": "e2d96bb1094c1dac9cb002157956b7f1d10d7fe3", "max_stars_repo_licenses": ["BSD-3-Clause"], "max_stars_count": null, "max_stars_repo_stars_event_min_datetime": null, "max_stars_repo_stars_event_max_datetime": null, "max_issues_repo_path": "reverse.idr", "max_issues_repo_name": "aztecrex/try-idris", "max_issues_repo_head_hexsha": "e2d96bb1094c1dac9cb002157956b7f1d10d7fe3", "max_issues_repo_licenses": ["BSD-3-Clause"], "max_issues_count": null, "max_issues_repo_issues_event_min_datetime": null, "max_issues_repo_issues_event_max_datetime": null, "max_forks_repo_path": "reverse.idr", "max_forks_repo_name": "aztecrex/try-idris", "max_forks_repo_head_hexsha": "e2d96bb1094c1dac9cb002157956b7f1d10d7fe3", "max_forks_repo_licenses": ["BSD-3-Clause"], "max_forks_count": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_forks_event_max_datetime": null, "avg_line_length": 20.4444444444, "max_line_length": 45, "alphanum_fraction": 0.5923913043, "num_tokens": 62, "lm_name": "Qwen/Qwen-72B", "lm_label": "1. NO\n2. NO", "lm_q1_score": 0.5, "lm_q2_score": 0.12421301159407334, "lm_q1q2_score": 0.06210650579703667}}