<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Elm – Haskell – Aelve Guide</title><id>https://guide.aelve.com/haskell/feed/category/hqrhtvrs</id><updated>2019-03-17T14:44:05Z</updated><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/feed/category/hqrhtvrs"/><entry><id>d14oe4m4</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">JSON</title><updated>2019-03-17T14:44:05Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;JSON&lt;/span&gt;

&lt;/h1&gt;&lt;p&gt;&lt;a href=&#34;https://package.elm-lang.org/packages/elm-lang/core/latest/Json-Encode&#34;&gt;Json.Encode&lt;/a&gt;,
&lt;a href=&#34;https://package.elm-lang.org/packages/elm-lang/core/latest/Json-Decode&#34;&gt;Json.Decode&lt;/a&gt;&lt;/p&gt;
</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/elm-hqrhtvrs#item-d14oe4m4"/></entry><entry><id>xskh4zo2</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Syntax</title><updated>2019-03-17T14:38:14Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Syntax&lt;/span&gt;

&lt;/h1&gt;&lt;p&gt;Very similar to Haskell. Differences:&lt;/p&gt;
&lt;div class=&#34;sourceCode&#34;&gt;&lt;pre class=&#34;sourceCode&#34;&gt;&lt;code class=&#34;sourceCode&#34;&gt;Haskell                                       Elm
============                                  ============

foo :: Bar                                    foo : Bar

import Foo                                    import Foo exposing (..)

type Foo = Bar                                type alias Foo = Bar&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/elm-hqrhtvrs#item-xskh4zo2"/></entry></feed>