<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>めも</anon>
    <anon>Prolog</anon>
    <anon>Ruby</anon>
    <anon>Haskell</anon>
  </categories>
  <description>備忘録。 Haskell operate :: [Integer] -&gt; String -&gt; [Integer] operate (r:l:st) &quot;+&quot; = (l + r):st operate (r:l:st) &quot;-&quot; = (l - r):st operate (r:l:st) &quot;*&quot; = (l * r):st operate (r:l:st) &quot;/&quot; = (l `div` r):st operate stack t = (read t::Integer):stack rpn :: String -&gt; Integer rpn s = case foldl operate [] (words…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20160129%2F1454071258&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>2016-01-29 21:40:58</published>
  <title>逆波蘭記法計算機</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20160129/1454071258</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
