<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h810tsukagoshi</author_name>
  <author_url>https://blog.hatena.ne.jp/h810tsukagoshi/</author_url>
  <blog_title>h810tsukagoshiの勉強ログ</blog_title>
  <blog_url>https://h810tsukagoshi.hatenadiary.org/</blog_url>
  <categories>
    <anon>OCaml</anon>
    <anon>一人読書会 ( プログラミングの基礎 )</anon>
  </categories>
  <description>整数の扱い 整数の扱いは普通の手続き型言語とほぼ一緒みたい。 一つだけ注意があるとすれば、余りを求める mod の書き方かな。 他の四則演算子と違って mod だけは前後にスペースを空けてあげないと関数として認識されてしまうみたい。 #7mod2;; Characters 0-1: 7mod2;; ^ Error: This expression is not a function, it cannot be applied # 7 mod 2;; - : int = 1 こんな感じ。 問題 2.1 の解答 # 7 - 3 * 4;; (* 2.1.1 *) - : int = -5 # 7 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh810tsukagoshi.hatenadiary.org%2Fentry%2F20090725%2F1248470267&quot; title=&quot;一人読書会 ( プログラミングの基礎 ) 第 2 章 ( P.7 - P.13 ) - h810tsukagoshiの勉強ログ&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>2009-07-25 06:17:47</published>
  <title>一人読書会 ( プログラミングの基礎 ) 第 2 章 ( P.7 - P.13 )</title>
  <type>rich</type>
  <url>https://h810tsukagoshi.hatenadiary.org/entry/20090725/1248470267</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
