{"id":24394391,"url":"https://github.com/asarkar/haskellings","last_synced_at":"2025-03-13T02:20:50.192Z","repository":{"id":272712184,"uuid":"917498970","full_name":"asarkar/haskellings","owner":"asarkar","description":"Haskell Programming Course","archived":false,"fork":false,"pushed_at":"2025-01-19T09:17:41.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T20:32:00.084Z","etag":null,"topics":["functional-programming","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asarkar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-16T05:20:38.000Z","updated_at":"2025-02-24T14:41:20.000Z","dependencies_parsed_at":"2025-01-16T07:24:51.069Z","dependency_job_id":"41b78019-fa2d-49f5-bbb2-8f27303a1dbb","html_url":"https://github.com/asarkar/haskellings","commit_stats":null,"previous_names":["asarkar/haskellings"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asarkar%2Fhaskellings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asarkar%2Fhaskellings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asarkar%2Fhaskellings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asarkar%2Fhaskellings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asarkar","download_url":"https://codeload.github.com/asarkar/haskellings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243325061,"owners_count":20273212,"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":["functional-programming","haskell"],"created_at":"2025-01-19T19:24:04.171Z","updated_at":"2025-03-13T02:20:50.166Z","avatar_url":"https://github.com/asarkar.png","language":"Haskell","readme":"My solutions to the exercises from [haskellings](https://github.com/MondayMorningHaskell/haskellings). \n\n- The tests have been separated from the main code.\n- There no need to use the custom `haskellings` executable (see \"Running tests\" below).\n\n[![](https://github.com/asarkar/haskellings/workflows/CI/badge.svg)](https://github.com/asarkar/haskellings/actions)\n\n## Progression\n\nThe first step is to inspect the introduction modules under the [basics](src/Basic) package. They contain examples of data structures and Haskell syntax. They do not contain tests and exist to provide a cursory examination of Haskell syntax.\n\nAfter this, we recommend the following progression of modules:\n\n* [syntax](src/Syntax)\n* [functions](src/Function)\n* [data](src/Data)\n* [recursion](src/Recursion)\n* [lists](src/List)\n* [typeclasses](src/Typeclass)\n* [monads](src/Monad)\n\n## Running tests\n\n```\n./.github/run.sh\n```\n\nTo run all matching tests:\n```\n./.github/run.sh -p '\u003csome_word\u003e'\n```\n\nTo run a _specific test_:\n```\n./.github/run.sh -p '\u003ctestGroup\u003e.\u003ctestCase\u003e'\n```\nwhere `testGroup` and `testCase` are the names of the corresponding Tasty namesakes.\n\nTo list all tests, in the format accepted by the `-p` flag:\n```\n./.github/run.sh -l\n```\n\nSee more about selection patterns [here](https://github.com/UnkindPartition/tasty?tab=readme-ov-file#patterns).\n\nTo run a file containing a `main` method:\n```\nstack runhaskell \u003cpath/to/file\u003e \u003carg1\u003e \u003carg2\u003e\n```\n\nTo run an executable listed in `package.yaml`:\n```\nstack build\nstack exec \u003cname\u003e\n```\n\n## License\n\nReleased under [Apache License v2.0](LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasarkar%2Fhaskellings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasarkar%2Fhaskellings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasarkar%2Fhaskellings/lists"}