<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>computeralgebra</author_name>
  <author_url>https://blog.hatena.ne.jp/computeralgebra/</author_url>
  <blog_title>非専門的シンギュラリティー研究所</blog_title>
  <blog_url>https://computeralgebra.hatenablog.com/</blog_url>
  <categories>
    <anon>自由モノイドのイテレーター</anon>
  </categories>
  <description>プログラミング言語の機能との対応(自由モノイドクラス作成) 自由モノイドを表すクラスを作成します。「有限＋無限」の続きです。 自由モノイドクラスの定義 以下のクラスを定義します(Zero、Unit はモナドの用語です。これはモナドに対応させたいためで今後検討することがあるかもしれません)。 public class FreeMonoid&lt;T&gt; { protected List&lt;T&gt; list; protected FreeMonoid() { // 単位元 list = new List&lt;T&gt;(); } public static FreeMonoid&lt;T&gt; Zero { get { retu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcomputeralgebra.hatenablog.com%2Fentry%2F2024%2F10%2F05%2F124742&quot; title=&quot;自由モノイドのイテレーター(4) - 非専門的シンギュラリティー研究所&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>https://m.media-amazon.com/images/I/41EZ5GV0P4L._SL500_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-10-05 12:47:42</published>
  <title>自由モノイドのイテレーター(4)</title>
  <type>rich</type>
  <url>https://computeralgebra.hatenablog.com/entry/2024/10/05/124742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
