<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>faith_and_brave</author_name>
  <author_url>https://blog.hatena.ne.jp/faith_and_brave/</author_url>
  <blog_title>Faith and Brave - C++で遊ぼう</blog_title>
  <blog_url>https://faithandbrave.hateblo.jp/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>いま『ふつうのHaskellプログラミング』で Haskell を勉強しています ちょっと難しくなってきたのでメモ square n = n * n この square 関数に引数を渡して、関数を評価した場合 square (1 + 3) 以下のように置き換えられる → (1 + 3) * (1 + 3) → 4 * 4 → 16 このように、関数の適用を定義で置き換える作業を簡約と言います ただし、 Java の場合は以下のように評価されます square (1 + 3) → square (4) → 4 * 4 → 16 このような評価方法を最内簡約と言いますHaskell の評価方法はそ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20080714%2F1216026340&quot; title=&quot; 簡約(reduction)と参照透明性(referential transparency) - Faith and Brave - C++で遊ぼう&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>2008-07-14 18:05:40</published>
  <title> 簡約(reduction)と参照透明性(referential transparency)</title>
  <type>rich</type>
  <url>https://faithandbrave.hateblo.jp/entry/20080714/1216026340</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
