{"id":20449127,"url":"https://github.com/glanguage/sudoku_func","last_synced_at":"2025-10-23T17:11:38.538Z","repository":{"id":133842800,"uuid":"361185828","full_name":"GLanguage/Sudoku_Func","owner":"GLanguage","description":"A functional program (in haskell) to solve sudokus.","archived":false,"fork":false,"pushed_at":"2021-04-29T10:43:16.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:18:22.793Z","etag":null,"topics":["haskell","haskell-library","sudoku"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GLanguage.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":"2021-04-24T14:39:24.000Z","updated_at":"2021-04-29T10:43:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"90847432-6a36-4b12-a069-b5e85f37c6fe","html_url":"https://github.com/GLanguage/Sudoku_Func","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GLanguage/Sudoku_Func","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FSudoku_Func","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FSudoku_Func/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FSudoku_Func/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FSudoku_Func/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GLanguage","download_url":"https://codeload.github.com/GLanguage/Sudoku_Func/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FSudoku_Func/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262723286,"owners_count":23354001,"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":["haskell","haskell-library","sudoku"],"created_at":"2024-11-15T10:38:57.597Z","updated_at":"2025-10-23T17:11:33.504Z","avatar_url":"https://github.com/GLanguage.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku_Func\n\nA functional program (in haskell) to solve sudokus.\n\n## Usage\n\nUnder the same directory as the `sudoku.hs` file:\n\n```haskell\nimport Sudoku\n```\n\nInside the module are:\n\n```haskell\ntype Matrix a = [[a]]\ntype Cell = Maybe Int\nnewtype Sudoku = Sudoku (Matrix Cell)\ntype Block = [Cell]\ntype Wave = [Int]\ntype Pos = (Int, Int)\ntype Info = (Cell, Wave)\n\nisSudoku :: Sudoku -\u003e Bool\nisFull :: Sudoku -\u003e Bool\nfromString :: String -\u003e Sudoku\ngetRows :: Sudoku -\u003e [Block]\ngetColumns :: Sudoku -\u003e [Block]\ngetBoxes :: Sudoku -\u003e [Block]\ngetWaves :: Sudoku -\u003e Matrix Wave\nbinded :: Sudoku -\u003e [(Pos, Info)]\ngetBlanks :: Sudoku -\u003e [(Pos, Info)]\nconflict :: Sudoku -\u003e Bool\nreplace :: Sudoku -\u003e Pos -\u003e Cell -\u003e Sudoku\nsolve :: Sudoku -\u003e [Sudoku]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fsudoku_func","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglanguage%2Fsudoku_func","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fsudoku_func/lists"}