Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7932147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:55:49+00:00 2026-06-03T20:55:49+00:00

Are there man pages for each individual function in Haskell? In other words can

  • 0

Are there man pages for each individual function in Haskell? In other words can I type man fst somewhere and get a man or help page about the function? I am finding the profusion of functions overwhelming!

I am using GHC and GHCi.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T20:55:51+00:00Added an answer on June 3, 2026 at 8:55 pm

    I don’t know of a command-line tool for this, but you can use Hoogle to find the type of a function, a quick summary of its documentation, and a link to the full online documentation based on its name.

    It even works the other way: going from a type to functions that match that type! This is extremely useful if you think a function must exist for a certain purpose, but don’t know what it’s called or where it is.

    There’s also Hayoo, which searches the entirety of Hackage (whereas Hoogle only searches standard libraries), but it’s probably less useful for this specific purpose: a search for “fst” returns the obsolete haskell98 package first, and the relevant base package third.

    From within GHCi, you can often get some information about what a function does simply by checking its type; for instance, if you do

    GHCi> :t fst
    fst :: (a, b) -> a
    

    then you know that fst must return the first element of the tuple you give it, because that’s all a function of that type can do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Ubuntu linux I can't get any man pages for C++ keywords. Is there
Is there a best practices guideline for writing man pages? What should be included
The Git-Gui has options setting (under Edit>>Options..) Is there a description somewhere of each
For man pages, I can install them by: man_MANS = \ program.1 \ program.5
Is it possible to view structure definitions using man pages the way we can
The man page of epoll_ctl() says about EPOLLPRI : There is urgent data available
Is there a tool or a formula for calculating man-hours required for a certain
Is there any way to prevent or detect a man-in-the-middle attack over plain HTTP?
There are many conflicting statements around. What is the best way to get the
From the man page on git-merge, there are a number of merge strategies you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.