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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:41:07+00:00 2026-05-14T22:41:07+00:00

I remember reading about the double pipe operators — ||> and <|| — somewhere

  • 0

I remember reading about the double pipe operators — ||> and <|| — somewhere and now I can’t remember where. I can’t find them on MSDN or in the language spec. Are they documented anywhere?

Example

let print a b = sprintf "%O %O" a b
(1, 2) ||> print
// val it : string = "1 2"
  • 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-05-14T22:41:07+00:00Added an answer on May 14, 2026 at 10:41 pm

    Double (forward/backward) pipe operators are documented in the list of F# operators on MSDN and are also documented as a function exported from the Core.Operators module.

    This is probably automatically generated from the XML documentation in the F# sources, so the pages have somewhat cryptic names:

    • Operators.( ||> )<‘T1,’T2,’U> Function (F#)
    • Operators.( <|| )<‘T1,’T2,’U> Function (F#)

    As a side-note, finding the operator using search engines is a bit of a problem, so I looked in the F# sources (distributed with CTP release) and the prim-types.fs includes the following:

    /// <summary>Apply a function to two values, the 
    ///   values being a pair on the left, the function on the right</summary>
    /// <param name="arg1">The first argument.</param>
    /// <param name="arg2">The second argument.</param>
    /// <param name="func">The function.</param>
    /// <returns>The function result.</returns>
    val inline (||>): arg1:'T1 * arg2:'T2 -> func:('T1 -> 'T2 -> 'U) -> 'U
    

    I was going to recommend the F# sources as a good documentation for this kind of thing (which they certainly are), but then I pasted a part of the <summary> tag to google and found the pages mentioned above :-).

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

Sidebar

Ask A Question

Stats

  • Questions 492k
  • Answers 492k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use: SELECT u.user, SUM(s.runtime) AS total_run_time, SUM(s.monsterskilled) AS total_monsters_killed, SUM(s.profit)… May 16, 2026 at 10:28 am
  • Editorial Team
    Editorial Team added an answer Edited to add a 2nd alternative I don't get the… May 16, 2026 at 10:28 am
  • Editorial Team
    Editorial Team added an answer MacRuby uses the native Apple Objective C stack. Pros: Its… May 16, 2026 at 10:28 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I vaguely remember reading about this a couple of years ago, but I can't
I remember reading about an automation program for windows that would accept a list
I remember reading about quoting stuff when doing a SQL query and that when
I vaguely remember reading about a programming exercise where objects are drawn on the
I seem to remember reading about a function that could be used to make
Background: A long time I remember reading about a Java library that was created
I was reading about the flags used in gcc, and read a reccommendation to
Remember installing a program for example and you can check individually each item or
If I remember right, a double or float is broken into 3 parts: a
I'm reading C# 4.0 in a Nutshell by the Albahari brothers and I came

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.