{"id":16027877,"url":"https://github.com/bobbbay/dinwiddy","last_synced_at":"2026-03-19T20:27:26.926Z","repository":{"id":104320956,"uuid":"430509400","full_name":"bobbbay/dinwiddy","owner":"bobbbay","description":"Dependently typed N-dimensional array type signatures for Idris (2).","archived":false,"fork":false,"pushed_at":"2022-05-05T14:16:38.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T11:45:13.927Z","etag":null,"topics":["dependent-types","ndarray"],"latest_commit_sha":null,"homepage":"","language":"Idris","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/bobbbay.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":"CONTRIBUTING.org","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}},"created_at":"2021-11-21T23:55:26.000Z","updated_at":"2022-05-05T14:14:10.000Z","dependencies_parsed_at":"2023-03-13T14:58:25.898Z","dependency_job_id":null,"html_url":"https://github.com/bobbbay/dinwiddy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbbay%2Fdinwiddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbbay%2Fdinwiddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbbay%2Fdinwiddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbbay%2Fdinwiddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbbay","download_url":"https://codeload.github.com/bobbbay/dinwiddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960665,"owners_count":20375104,"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":["dependent-types","ndarray"],"created_at":"2024-10-08T20:40:21.339Z","updated_at":"2026-02-05T03:31:25.366Z","avatar_url":"https://github.com/bobbbay.png","language":"Idris","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Dinwiddy\n\nN-dimensional arrays in Idris 2, featuring:\n\n * Nat-indexable n-dimensional array type synonyms\n * Matrices and matrix algebra helper functions\n\n** Usage\n\nAt a very basic level, the API for an N-dimensional array in Dinwiddy is the following:\n\n#+begin_src idris\nArray : (dimension : Nat) -\u003e (sizes : Vect dimension Nat) -\u003e (type : Type)\n#+end_src\n\nFor example, the following type declaration =x=:\n\n#+begin_src idris\nx : Array 2 [2, 3] Bool\n#+end_src\n\nWill create an array that looks like this:\n\n#+begin_src\n###\n###\n#+end_src\n\nFull of booleans. It's value could be, for example:\n\n#+begin_src idris\nx = [[ True,  True,  True ],\n     [ False, False, True ]]\n#+end_src\n\nCheck out `examples` and `tests` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbbay%2Fdinwiddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbbay%2Fdinwiddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbbay%2Fdinwiddy/lists"}