<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pongitsune</author_name>
  <author_url>https://blog.hatena.ne.jp/pongitsune/</author_url>
  <blog_title>Getting a Good Grasp of F# (仮）</blog_title>
  <blog_url>https://pongitsune.hatenablog.com/</blog_url>
  <categories>
    <anon>F#</anon>
  </categories>
  <description>二つのリスト [0; 1][2; 3] のデカルト積（Cartesian product）、つまり互いのリスト要素どうしのすべての組み合わせによる集合をリストで表すと [ [0; 2]; [0; 3]; [1; 2]; [1; 3] ] と表せます。また、三つのリスト [0; 1][2; 3][4; 5] ならば [ [0; 2; 4]; [0; 2; 5]; [0; 3; 4]; [0; 3; 5]; [1; 2; 4]; [1; 2; 5]; [1; 3; 4]; [1; 3; 5] ] と表せます。Haskellなどの文法と違って、F#はリスト要素を','（コンマ）ではなく';'（セミコ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpongitsune.hatenablog.com%2Fentry%2F2016%2F01%2F31%2F003109&quot; title=&quot;F#でリスト要素のデカルト積を求める - Getting a Good Grasp of F# (仮）&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>2016-01-31 00:31:09</published>
  <title>F#でリスト要素のデカルト積を求める</title>
  <type>rich</type>
  <url>https://pongitsune.hatenablog.com/entry/2016/01/31/003109</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
