<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zecl</author_name>
  <author_url>https://blog.hatena.ne.jp/zecl/</author_url>
  <blog_title>Bug Catharsis</blog_title>
  <blog_url>https://zecl.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Haskell</anon>
  </categories>
  <description>高階関数(higher order function)高階関数とは、プログラミング言語において、関数を引数としたり、 あるいは関数を戻り値とするような関数のことである。 関数型プログラミング言語Haskellにおいては、まず「関数」という値があり、 関数名はそれに束縛された変数であると考えると、理解しやすい。 square n = n * n map square [1,2,3,4,5] 上記のような場合、map関数は、リスト[1,2,3,4,5]の各要素に、 square関数を適用したリストを返します。つまりこの式の値は [(square 1),(square 2),(square 3),(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzecl.hatenablog.com%2Fentry%2F20080316%2Fp2&quot; title=&quot;Haskellのお勉強　その３ - Bug Catharsis&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-03-16 00:00:01</published>
  <title>Haskellのお勉強　その３</title>
  <type>rich</type>
  <url>https://zecl.hatenablog.com/entry/20080316/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
