{"id":16716084,"url":"https://github.com/dawedawe/fsih","last_synced_at":"2025-03-21T20:34:03.676Z","repository":{"id":213992443,"uuid":"735287303","full_name":"dawedawe/fsih","owner":"dawedawe","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-14T20:33:21.000Z","size":30,"stargazers_count":26,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-02T01:07:42.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","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/dawedawe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-24T11:09:52.000Z","updated_at":"2024-05-11T20:30:26.844Z","dependencies_parsed_at":"2023-12-25T00:20:55.244Z","dependency_job_id":"409a2abd-becb-4e8e-add4-57d8d39c1bf2","html_url":"https://github.com/dawedawe/fsih","commit_stats":null,"previous_names":["dawedawe/fsih"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawedawe%2Ffsih","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawedawe%2Ffsih/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawedawe%2Ffsih/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawedawe%2Ffsih/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawedawe","download_url":"https://codeload.github.com/dawedawe/fsih/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221818989,"owners_count":16885868,"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-12T21:11:48.852Z","updated_at":"2024-10-28T10:50:53.692Z","avatar_url":"https://github.com/dawedawe.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fsih\n====\n\nFsih provides you with the `h` function, meant to be used in the F# REPL [fsi](https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/).  \nIt's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html) REPL.\n\nTo use it, just start an fsi session with `dotnet fsi`.  \nLoad the package and open the namespace:\n```fsharp\n#r \"nuget: Fsih\";;\nopen Fsih;;\n```\n\nApply h to any expression to get its documentation:\n```fsharp\nh fst;;\n```\n\n```\nDescription:\nReturn the first element of a tuple, fst (a,b) = a.\n\nParameters:\n- tuple: The input tuple.\nReturns:\nThe first value.\n\nExamples:\nfst (\"first\", 2)  //  Evaluates to \"first\"\n\nFull name: Microsoft.FSharp.Core.Operators.fst\nAssembly: FSharp.Core.dll\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawedawe%2Ffsih","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawedawe%2Ffsih","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawedawe%2Ffsih/lists"}