<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tototoshi</author_name>
  <author_url>https://blog.hatena.ne.jp/tototoshi/</author_url>
  <blog_title>tototoshi の日記</blog_title>
  <blog_url>https://tototoshi.hatenablog.com/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>「Daimon.scala 第21回 （Scala School 斜め読み1）」 : ATNDでの一幕 1 + 1 = 2 ですね。 scala&gt; 1 + 1 res0: Int = 2 ところで、Scala では演算子は実はメソッドです。 A method B は A.method(B) です。 なので 1 + 1 は 1.+(1) と書けるはず。 scala&gt; 1.+(1) res1: Double = 2.0 あれ、さっきと結果が違う... 理由 1.+(1) が 「1 の + を呼ぶ」のではなく「1. の + を呼ぶ」と解釈されるみたい。 scala&gt; 1. res2: Double …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftototoshi.hatenablog.com%2Fentry%2F20111110%2F1320933849&quot; title=&quot;1 + 1 が意外に難しい - tototoshi の日記&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>2011-11-10 23:04:09</published>
  <title>1 + 1 が意外に難しい</title>
  <type>rich</type>
  <url>https://tototoshi.hatenablog.com/entry/20111110/1320933849</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
