{"id":14966264,"url":"https://github.com/discus-lang/iron","last_synced_at":"2025-10-25T16:30:45.154Z","repository":{"id":12188970,"uuid":"14791953","full_name":"discus-lang/iron","owner":"discus-lang","description":"Coq formalizations of functional languages.","archived":false,"fork":false,"pushed_at":"2020-07-02T10:38:18.000Z","size":819,"stargazers_count":141,"open_issues_count":0,"forks_count":9,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-01-31T07:51:28.872Z","etag":null,"topics":["coq","coq-formalizations","lambda-calculus","proof","theory"],"latest_commit_sha":null,"homepage":"iron.ouroborus.net","language":"Coq","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discus-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-29T03:25:42.000Z","updated_at":"2025-01-19T13:30:45.000Z","dependencies_parsed_at":"2022-09-05T09:50:49.540Z","dependency_job_id":null,"html_url":"https://github.com/discus-lang/iron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discus-lang%2Firon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discus-lang%2Firon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discus-lang%2Firon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discus-lang%2Firon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discus-lang","download_url":"https://codeload.github.com/discus-lang/iron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238174118,"owners_count":19428629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["coq","coq-formalizations","lambda-calculus","proof","theory"],"created_at":"2024-09-24T13:36:07.301Z","updated_at":"2025-10-25T16:30:44.746Z","avatar_url":"https://github.com/discus-lang.png","language":"Coq","readme":"Iron Lambda\n===========\n\nIron Lambda is a collection of Coq formalizations for functional languages of increasing complexity. All proofs use straight deBruijn indices for binders.\n\n* The home page is on a [separate site](http://iron.ouroborus.net). \n* The absence of bugs has been mechanically verified, hence there is no bug tracker.\n* Comments on style, or requests for more information should go to  iron [at] ouroborus.net.\n\n\n-------------------------------------------------------------------------------\nProofs that are \"done\" have at least Progress and Preservation theorems.\n\n  * Simple\n\n    Simply Typed Lambda Calculus (STLC).\n    \"Simple\" here refers to the lack of polymorphism.\n\n  * SimplePCF\n \n    STLC with booleans, naturals and fixpoint.\n\n  * SimpleRef\n \n    STLC with mutable references. \n    The typing judgement includes a store typing.\n\n  * SimpleData\n\n    STLC with algebraic data and case expressions.\n    The definition of expressions uses indirect mutual recursion. Expressions\n    contain a list of case-alternatives, and alternatives contain expressions,\n    but the definition of the list type is not part of the same recursive group.\n    The proof requires that we define our own induction scheme for expressions. \n\n  * SystemF\n\n    Compared to STLC, the proof for SystemF needs more lifting lemmas so it can\n    deal with deBruijn indices at the type level.\n\n  * SystemF2\n\n    Very similar to SystemF, but with higher kinds.\n\n  * SystemF2Data\n\n    SystemF2 with algebraic data and case expressions.\n    Requires that we define simultaneous substitutions, which are used when\n    subsituting expressions bound by pattern variables into the body of\n    an alternative. The language allows data constructors to be applied to \n    general expressions rather than just values, which requires more work\n    when defining evaluation contexts.\n\n  * SystemF2Store\n    \n    SystemF2 with algebraic data, case expressions and a mutable store.\n    All data is allocated into the store and can be updated with primitive\n    polymorphic update operators.\n\n  * SystemF2Effect\n\n    SystemF2 with a region and effect system. Mutable references are allocated\n    in regions in the store, and their lifetime follows the lexical structure\n    of the code. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscus-lang%2Firon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscus-lang%2Firon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscus-lang%2Firon/lists"}