<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikx</author_name>
  <author_url>https://blog.hatena.ne.jp/kikx/</author_url>
  <blog_title>菊やんの雑記帳</blog_title>
  <blog_url>https://kikx.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>Coqのセクションという機能を使うとグローバル変数みたいなのを使えます。 Section Hoge. Variable x : nat. Definition foo := x + 1. Definition bar := foo + 2. (* Section の中では x はグローバル変数みたいに使える *) End Hoge. (* Section を閉じると、foo と bar は x を引数にとるようになる *) Definition baz := bar 42.この機能とポインタを一緒に使うと変更できるグローバル変数みたいに使えます。 Section Foo. (* 最後にスロット…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkikx.hatenadiary.org%2Fentry%2F20110621%2F1308621323&quot; title=&quot; セクション - 菊やんの雑記帳&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>2011-06-21 10:55:23</published>
  <title> セクション</title>
  <type>rich</type>
  <url>https://kikx.hatenadiary.org/entry/20110621/1308621323</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
