{"id":21207292,"url":"https://github.com/cacilhas/pipelines","last_synced_at":"2026-01-01T23:36:48.321Z","repository":{"id":119028635,"uuid":"164480588","full_name":"cacilhas/pipelines","owner":"cacilhas","description":"Function Pipelines support for SML","archived":false,"fork":false,"pushed_at":"2019-05-25T01:13:46.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T15:49:46.500Z","etag":null,"topics":["pipeline","smackage","sml","standard-ml"],"latest_commit_sha":null,"homepage":"","language":"Standard ML","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/cacilhas.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-07T19:22:26.000Z","updated_at":"2020-04-23T04:59:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6c1aacf-218a-40a5-992b-e75dd37808ea","html_url":"https://github.com/cacilhas/pipelines","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/cacilhas%2Fpipelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacilhas%2Fpipelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacilhas%2Fpipelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacilhas%2Fpipelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cacilhas","download_url":"https://codeload.github.com/cacilhas/pipelines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243659345,"owners_count":20326653,"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":["pipeline","smackage","sml","standard-ml"],"created_at":"2024-11-20T20:58:19.996Z","updated_at":"2026-01-01T23:36:43.281Z","avatar_url":"https://github.com/cacilhas.png","language":"Standard ML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[elm-pipeline]: https://package.elm-lang.org/packages/elm-lang/core/latest/Basics#(|%3E)\n[haskel-pipeline]: https://wiki.haskell.org/$\n[license]: https://opensource.org/licenses/BSD-3-Clause\n[mlton]: http://mlton.org/\n[smackage]: http://www.elsman.com/lessons/2014/10/02/getting-started-with-smackage\n[unittestml]: https://github.com/cacilhas/UnitTestML\n\n# Function Pipelines support\n\nThis lib provides function pipelines like you can find\nin [Elm][elm-pipeline] and [Haskel][haskel-pipeline].\n\nDepends on [MLton][mlton].\n\n## Installing\n\nInstall [Smackage][smackage] and run:\n\n```sh\nsmackage source pipelines git https://github.com/cacilhas/pipelines\nsmackage refresh\nsmackage get pipelines\n```\n\n## Usage\n\nIn your MLBasis add the entry:\n\n```sml\n$(SMACKAGE)/pipelines/v1/pipelines.mlb\n```\n\n## Examples\n\n### `|\u003e` example\n\nInstead of:\n\n```sml\na (b c (d e))\n```\n\nYou can use:\n\n```sml\nd e |\u003e b c |\u003e a\n```\n\n### `$` example\n\nInstead of:\n\n```sml\na (b c (d e))\n```\n\nYou can write:\n\n```sml\na $ b c $ d e\n```\n\n### `!!` example\n\nIntead of:\n\n```sml\nList.nth ([1, 2, 4, 8, 16], 2)\n```\n\nUou can use:\n```sml\n[1, 2, 4, 8, 16] !! 2\n```\n\n## Testing\n\nInstall [UnitTestML][unittestml] and run:\n\n```sh\nmlton tests/test.mlb\n./tests/test\n```\n\n## License\n\n[The 3-Clause BSD License][license]\n\n```\nCopyright 2018 Rodrigo Cacilhas \u003cbatalema@cacilhas.info\u003e\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors\nmay be used to endorse or promote products derived from this software without\nspecific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcacilhas%2Fpipelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcacilhas%2Fpipelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcacilhas%2Fpipelines/lists"}