{"id":15639908,"url":"https://github.com/robrix/path","last_synced_at":"2025-04-14T13:12:09.930Z","repository":{"id":66711132,"uuid":"159972967","full_name":"robrix/path","owner":"robrix","description":"A lambda calculus to explore type-directed program synthesis.","archived":false,"fork":false,"pushed_at":"2020-01-20T14:58:16.000Z","size":3225,"stargazers_count":84,"open_issues_count":74,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T02:21:29.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2018-12-01T18:06:48.000Z","updated_at":"2024-10-07T07:50:56.000Z","dependencies_parsed_at":"2023-02-27T18:45:47.646Z","dependency_job_id":null,"html_url":"https://github.com/robrix/path","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/robrix%2Fpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robrix%2Fpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robrix%2Fpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robrix%2Fpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robrix","download_url":"https://codeload.github.com/robrix/path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886324,"owners_count":21177643,"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":[],"created_at":"2024-10-03T11:28:12.026Z","updated_at":"2025-04-14T13:12:09.569Z","avatar_url":"https://github.com/robrix.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `path`: a lambda calculus to explore type-directed program synthesis\n\n## Overview\n\n`path` was initially based on the calculus described in _[A tutorial implementation of a dependently typed lambda calculus][]_. It has been extended with the quantitative type theory described in _[Syntax and Semantics of Quantitative Type Theory][]_.\n\n[A tutorial implementation of a dependently typed lambda calculus]: https://www.andres-loeh.de/LambdaPi/LambdaPi.pdf\n[Syntax and Semantics of Quantitative Type Theory]: https://bentnib.org/quantitative-type-theory.pdf\n\n\n## Getting started\n\nDevelopment of `path` typically uses `cabal new-build`:\n\n```\ncabal new-build # build the library and pathc\ncabal new-repl  # load the library in GHCI\n```\n\nPath’s REPL can be run from GHCI:\n\n```haskell\nλ import Path.REPL\nλ repl (packageSources basePackage)\nλ: …\n```\n\nor from the CLI:\n\n```\ncabal new-run pathc -- -i src/Base/*.path\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobrix%2Fpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobrix%2Fpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobrix%2Fpath/lists"}