https://github.com/obsidiansystems/which
https://github.com/obsidiansystems/which
haskell which
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/which
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2019-09-07T21:59:55.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-19T00:44:37.000Z (4 months ago)
- Last Synced: 2025-03-26T10:11:38.240Z (about 2 months ago)
- Topics: haskell, which
- Language: Haskell
- Size: 26.4 KB
- Stars: 4
- Watchers: 23
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# which [](https://travis-ci.org/obsidiansystems/which)
`which` is a Haskell library that provides functionality similar to its [\*nix namesake](https://en.wikipedia.org/wiki/Which_(command)) on the command line. You can use this library to determine the full path of a command that will be executed by your Haskell program.