<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>u_1roh</author_name>
  <author_url>https://blog.hatena.ne.jp/u_1roh/</author_url>
  <blog_title>カタチづくり</blog_title>
  <blog_url>https://u-1roh.hatenadiary.org/</blog_url>
  <categories>
    <anon>programming</anon>
    <anon>F#</anon>
  </categories>
  <description>タプル型の定義とか、レコード型の定義とか。 (* タプル値を定義 *) let tup = (100, &quot;hello&quot;) (* タプルから要素を取得 *) let num, str = tup printfn &quot;num = %d, str = %s&quot; num str (* タプル型をプリントする関数 (引数 : 型 * 型) で引数にタプル型を指定できる *) let printTuple (t : int * string) = let n, s = t printfn &quot;n = %d, s = %s&quot; n s printTuple tup (* タプル型をちゃんと型定義 *) type S…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fu-1roh.hatenadiary.org%2Fentry%2F20071001%2F1191250728&quot; title=&quot;タプル型、レコード型 (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>2007-10-01 23:58:48</published>
  <title>タプル型、レコード型 (F#)</title>
  <type>rich</type>
  <url>https://u-1roh.hatenadiary.org/entry/20071001/1191250728</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
