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 7906813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:08:41+00:00 2026-06-03T11:08:41+00:00

I noticed as I was playing around with Haskell today that it is possible

  • 0

I noticed as I was playing around with Haskell today that it is possible to do something like

($ 4) (> 3)

which yields True. What is going on here? It’d be great to have some intuition.

My guess? It looks like the ($ 4) is an incomplete function application, but where I’m confused is that $ is an infix operator, so shouldn’t it look like (4 $)? This doesn’t compile, so clearly not, which leads me to believe that I don’t really understand what’s going on. The (>3) term makes sense to me, because if you supply something like (\x -> x 4) (>3), you end up with the same result.

  • 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-03T11:08:45+00:00Added an answer on June 3, 2026 at 11:08 am

    ($ 4) is what’s called a section. It’s a way of partially applying an infix operator, but providing the right-hand side instead of the left. It’s exactly equivalent to (flip ($) 4).

    Similarly, (> 3) is a section.

    ($ 4) (> 3)
    

    can be rewritten as

    (flip ($) 4) (> 3)
    

    which is the same as

    flip ($) 4 (> 3)
    

    which is the same as

    (> 3) $ 4
    

    And at this point, it should be clear that this boils down to (4 > 3).

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

Sidebar

Related Questions

I've playing around with linux and noticed that for some mysterious reason commands like
So I've been playing around with python and noticed something that seems a bit
I've been playing around with the HTML5 Canvas and I've noticed something that I
I noticed whilst playing around today that both the objects below when sent init
I noticed while playing around with Chrome that both of these functions work the
I'm playing around with Lucene and noticed that the use of a hyphen (e.g.
I'm playing around with the <canvas> element, drawing lines and such. I've noticed that
While playing around with the emulator, I noticed that when trying to view a
I am playing around with Castle ActiveRecord and noticed that the download included the
I am playing around with data binding and noticed that the Binding Format is

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.