{"id":51166352,"url":"https://github.com/kiranandcode/normalisation-by-evaluation-lean","last_synced_at":"2026-06-26T19:02:30.713Z","repository":{"id":311478029,"uuid":"1043819246","full_name":"kiranandcode/Normalisation-by-evaluation-Lean","owner":"kiranandcode","description":"Experiments with implementing Normalisation-by-evaluation blog post in Lean.","archived":false,"fork":false,"pushed_at":"2025-08-24T17:35:54.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T21:55:57.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lean","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiranandcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-24T17:26:35.000Z","updated_at":"2025-08-24T17:35:57.000Z","dependencies_parsed_at":"2025-08-24T21:55:59.173Z","dependency_job_id":"d3a5be63-d68b-4fab-bfeb-685fa4ffee13","html_url":"https://github.com/kiranandcode/Normalisation-by-evaluation-Lean","commit_stats":null,"previous_names":["kiranandcode/normalisation-by-evaluation-lean"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kiranandcode/Normalisation-by-evaluation-Lean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2FNormalisation-by-evaluation-Lean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2FNormalisation-by-evaluation-Lean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2FNormalisation-by-evaluation-Lean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2FNormalisation-by-evaluation-Lean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiranandcode","download_url":"https://codeload.github.com/kiranandcode/Normalisation-by-evaluation-Lean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2FNormalisation-by-evaluation-Lean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34829415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-26T19:02:23.182Z","updated_at":"2026-06-26T19:02:30.705Z","avatar_url":"https://github.com/kiranandcode.png","language":"Lean","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lean-typing\n\nExperiments with converting the Bidirectional typing through normalisation blog post into Lean.\n\n```lean4\n\nopen Typing.Untyped in\n#eval Term.runProgramNorm []\n (program:\n    def id := (λ x . x)\n    id id\n    def f := (λ x . λ y . y x)\n    (λ x . λ y . x y) (λ x . x))\n\n-- 20:0:\n-- id id ==\u003e λ x . x\n-- ((λ x . λ y . x y) λ x . x) ==\u003e λ y . y\n\n\nopen Typing.Typed in\n#eval Term.runProgram []\n (program:\n    def id := (λ x . x)\n    id id\n    def f := (λ x . λ y . y x)\n    (λ x . λ y . x y) (λ x . x))\n\n-- 28:0:\n-- id id ==\u003e clo( ⊢ λ x . x)\n-- ((λ x . λ y . x y) λ x . x) ==\u003e clo(x : (clo(f : (clo(id : (clo( ⊢ λ x . x)) ⊢ λ x . λ y . y x)), id : (clo( ⊢ λ x . x)) ⊢ λ x . x)), f : (clo(id : (clo( ⊢ λ x . x)) ⊢ λ x . λ y . y x)), id : (clo( ⊢ λ x . x)) ⊢ λ y . x y)\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranandcode%2Fnormalisation-by-evaluation-lean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiranandcode%2Fnormalisation-by-evaluation-lean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranandcode%2Fnormalisation-by-evaluation-lean/lists"}