<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>haskon</author_name>
  <author_url>https://blog.hatena.ne.jp/haskon/</author_url>
  <blog_title>haskonの日記</blog_title>
  <blog_url>https://haskon.hatenadiary.org/</blog_url>
  <categories>
    <anon>haskell</anon>
  </categories>
  <description>haskellでは、演算子よりも関数の方が結合が強いみたいです。 例えば、1 + 2 * 3の計算をしようとして、 (+) 1 2*3とかくと9になってしまいます。 Prelude&gt; (+) 1 2*3 9期待した動作にしたいのなら Prelude&gt; (+)1 $ 2 * 3 7と、書くと大丈夫みたいです</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhaskon.hatenadiary.org%2Fentry%2F20060616%2F1150470259&quot; title=&quot;関数と演算子の関係 - haskonの日記&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>2006-06-16 00:04:19</published>
  <title>関数と演算子の関係</title>
  <type>rich</type>
  <url>https://haskon.hatenadiary.org/entry/20060616/1150470259</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
