<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>IzumiSy</author_name>
  <author_url>https://blog.hatena.ne.jp/IzumiSy/</author_url>
  <blog_title>Runner in the High</blog_title>
  <blog_url>https://izumisy.work/</blog_url>
  <categories>
    <anon>Scala</anon>
    <anon>プログラミング</anon>
    <anon>メモ</anon>
  </categories>
  <description>こんなコードを書いた object App { type Value[A] = Seq[(A, A)] sealed trait Status { def map[A](f: Value[A] =&gt; Value[A]) = this match { case Valid(value) =&gt; Valid(f(value)) case Invalid() =&gt; Invalid() } } case class Valid[A](value: Value[A]) extends Status case class Invalid() extends Status } このコードをコンパイルすると、7…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fizumisy.work%2Fentry%2F2020%2F03%2F29%2F020414&quot; title=&quot;Scalaでは無名関数は型パラメータをとれない - Runner in the High&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>2020-03-29 02:04:14</published>
  <title>Scalaでは無名関数は型パラメータをとれない</title>
  <type>rich</type>
  <url>https://izumisy.work/entry/2020/03/29/020414</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
