<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>u_1roh</author_name>
  <author_url>https://blog.hatena.ne.jp/u_1roh/</author_url>
  <blog_title>カタチづくり</blog_title>
  <blog_url>https://u-1roh.hatenadiary.org/</blog_url>
  <categories>
    <anon>programming</anon>
    <anon>F#</anon>
  </categories>
  <description>この演算子はイイ！UNIX系のコマンドは、以下のようにパイプで連結して使われることがよくある。 % ls | grep hogeこれと同じようなことがF#の関数呼び出しで出来るのだ。 #light let numbers = [ 1; 4; 2; 5; 2; 6; 9] List.iter (fun x -&gt; printfn &quot;%i&quot; x) numbers // (A) numbers |&gt; List.iter (fun x -&gt; printfn &quot;%i&quot; x) // (B) (A)と(B)は等価だ。(A)の最後の引数を、先頭に持ってきて |&gt; 演算子で後ろの関数に渡すことが出来る。では、応用…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fu-1roh.hatenadiary.org%2Fentry%2F20071013%2F1192287599&quot; title=&quot;パイプ演算子 |&amp;gt; (F#) - カタチづくり&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-10-13 23:59:59</published>
  <title>パイプ演算子 |&gt; (F#)</title>
  <type>rich</type>
  <url>https://u-1roh.hatenadiary.org/entry/20071013/1192287599</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
