{"id":17141143,"url":"https://github.com/chtenb/afp","last_synced_at":"2025-03-24T08:17:51.310Z","repository":{"id":10553602,"uuid":"12753375","full_name":"chtenb/AFP","owner":"chtenb","description":"AFP practical assignments","archived":false,"fork":false,"pushed_at":"2013-11-01T11:56:43.000Z","size":1128,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T04:54:06.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/chtenb.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}},"created_at":"2013-09-11T10:16:06.000Z","updated_at":"2013-11-01T11:56:44.000Z","dependencies_parsed_at":"2022-09-10T04:23:34.903Z","dependency_job_id":null,"html_url":"https://github.com/chtenb/AFP","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/chtenb%2FAFP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chtenb%2FAFP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chtenb%2FAFP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chtenb%2FAFP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chtenb","download_url":"https://codeload.github.com/chtenb/AFP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245232919,"owners_count":20581703,"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-14T20:24:28.620Z","updated_at":"2025-03-24T08:17:51.281Z","avatar_url":"https://github.com/chtenb.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"AFP\n===\n\nThis is an awesome tutorial: http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html#monads\n\nHere is another link to a nice resource about types: http://learnyouahaskell.com/making-our-own-types-and-typeclasses\n\n\nHow to create a cabal library\n-----------------------------\nCreate a file _package_.cabal and include something like this:\n\n```\nName:               BeimersBrinke\nVersion:            1.0\nCabal-Version:      \u003e= 1.2\nAuthor:             Chiel ten Brinke and Mattias Beimers\nLicense:            GPL\nLicense-file:       LICENSE\nCategory:           Educational Assignment\nDescription:        This is the first set of assignments\nBuild-Type:         Simple\ndata-files:         README.md,\n                    profiling_smoothPerms.ps,\n                    profiling_smoothPerms'.ps\n\nLibrary\n  Build-Depends:    base,\n                    criterion,\n                    QuickCheck\n  Exposed-modules:  A2_5,\n                    A7_1,\n                    A8_1,\n                    Profiling\n```\n\nThen run `cabal sdist --zip` to produce a compressed package that can be easily distributed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchtenb%2Fafp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchtenb%2Fafp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchtenb%2Fafp/lists"}