<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohpapa</author_name>
  <author_url>https://blog.hatena.ne.jp/yohpapa/</author_url>
  <blog_title>Yohpapa’s note</blog_title>
  <blog_url>https://yohpapa.hatenadiary.org/</blog_url>
  <categories>
    <anon>haskell</anon>
  </categories>
  <description>8.4 ポイントフリースタイル むむむ…、なかなか難しい概念ですね。 頭の中を整理すると、要は 関数を式(値)ではなく、式(値)から独立した関数で定義すること をポイント(値)フリー(独立)スタイルというのかな。 たしかにこれまで関数を定義(関数に変数を束縛)する時、式で定義していました。 たとえば myMax :: (Int, Int) -&gt; Int myMax (x, x) = 0 myMax (x, y) = if x &gt; y then x else y では、「0」や「if x &gt; y then x else y」はいずれも式です。 takeLast n ss = reverse $ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohpapa.hatenadiary.org%2Fentry%2F20100716%2F1279230870&quot; title=&quot; 関数 - Yohpapa’s note&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>2010-07-16 06:54:30</published>
  <title> 関数</title>
  <type>rich</type>
  <url>https://yohpapa.hatenadiary.org/entry/20100716/1279230870</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
