<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sonota88</author_name>
  <author_url>https://blog.hatena.ne.jp/sonota88/</author_url>
  <blog_title>memo486</blog_title>
  <blog_url>https://memo88.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>「プログラミングHaskell」読んでます。 リスト内包表記の説明を見てたらなんかSQLっぽい感じがしてきたのでメモ。 fooTable = [0,1,2,3] fooFunc = [ x * 3 | x &lt;- fooTable, x &gt;= 2 ] main = print fooFunc -- &gt; [6,9] create table foo_table (x int); insert into foo_table (x) values (0), (1), (2), (3); select x * 3 from foo_table where x &gt;= 2; --&gt; [6,9] リスト内包表…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemo88.hatenablog.com%2Fentry%2F20120918%2F1347989850&quot; title=&quot; Haskell: リスト内包表記とSQL - memo486&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>2012-09-18 02:37:30</published>
  <title> Haskell: リスト内包表記とSQL</title>
  <type>rich</type>
  <url>https://memo88.hatenablog.com/entry/20120918/1347989850</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
