<?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">Conversions – Haskell – Aelve Guide</title><id>https://guide.aelve.com/haskell/feed/category/x0aqt5tf</id><updated>2016-10-16T21:58:01Z</updated><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/feed/category/x0aqt5tf"/><entry><id>syxuibe7</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Template Haskell and haskell-src-exts</title><updated>2016-10-16T21:58:01Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Template Haskell and haskell-src-exts&lt;/span&gt;

&lt;/h1&gt;&lt;p&gt;Use &lt;a href=&#34;https://hackage.haskell.org/package/haskell-src-meta&#34;&gt;haskell-src-meta&lt;/a&gt;.&lt;/p&gt;
</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-syxuibe7"/></entry><entry><id>uqos3rfn</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Builders</title><updated>2016-10-16T21:55:50Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Builders&lt;/span&gt;

&lt;/h1&gt;</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-uqos3rfn"/></entry><entry><id>khge5ent</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Binary and cereal</title><updated>2016-10-16T21:55:43Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Binary and cereal&lt;/span&gt;

&lt;/h1&gt;</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-khge5ent"/></entry><entry><id>kybpo69o</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Pipes and conduits</title><updated>2016-10-16T21:49:29Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Pipes and conduits&lt;/span&gt;

&lt;/h1&gt;</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-kybpo69o"/></entry><entry><id>vautj83t</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Lazy and strict types</title><updated>2016-10-16T21:49:18Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Lazy and strict types&lt;/span&gt;

&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Text&lt;/code&gt; – there are &lt;code&gt;toStrict&lt;/code&gt; and &lt;code&gt;fromStrict&lt;/code&gt; in &lt;a href=&#34;http://hackage.haskell.org/package/text/docs/Data-Text-Lazy.html&#34;&gt;&lt;code&gt;Data.Text.Lazy&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;ByteString&lt;/code&gt; – there are &lt;code&gt;toStrict&lt;/code&gt; and &lt;code&gt;fromStrict&lt;/code&gt; in &lt;a href=&#34;http://hackage.haskell.org/package/bytestring/docs/Data-ByteString-Lazy.html&#34;&gt;&lt;code&gt;Data.ByteString.Lazy&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Map&lt;/code&gt; – you don&#39;t need a conversion, &lt;code&gt;Map&lt;/code&gt;s from &lt;code&gt;Data.Map.Strict&lt;/code&gt; and &lt;code&gt;Data.Map.Lazy&lt;/code&gt; are the same type.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-vautj83t"/></entry><entry><id>ia0l2ilx</id><title xmlns:ns="http://www.w3.org/2005/Atom" ns:type="text">Numbers</title><updated>2016-10-16T21:48:49Z</updated><content xmlns:ns="http://www.w3.org/2005/Atom" ns:type="html">&lt;h1&gt;  &lt;span class=&#34;item-name&#34;&gt;Numbers&lt;/span&gt;

&lt;/h1&gt;</content><link xmlns:ns="http://www.w3.org/2005/Atom" ns:href="https://guide.aelve.com/haskell/conversions-x0aqt5tf#item-ia0l2ilx"/></entry></feed>