<div dir="ltr"><div class="markdown-here-wrapper" id="markdown-here-wrapper-416577" style><p style="margin:1.2em 0px!important">Hi Alejandro,</p>
<p style="margin:1.2em 0px!important">That instance (and others) should be in HEAD [1] and will be included in the next release.</p>
<p style="margin:1.2em 0px!important">As for considering Free at “the bottom of the stack”, I’m not sure I understand what you mean. Nonetheless, I think <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">FreeT f m a</code> can be considered as <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">m</code> actions <em>delimited</em> by <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">f</code> actions. Thus <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">Free f a</code> being simply <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">FreeT f Identity a</code> is just a “sequence” of <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline">f</code> actions to be interpreted.</p>

<p style="margin:1.2em 0px!important">[1] <a href="https://github.com/ekmett/free"></a><a href="https://github.com/ekmett/free">https://github.com/ekmett/free</a></p>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/27 Alejandro Serrano Mena <span dir="ltr"><<a href="mailto:trupill@gmail.com" target="_blank">trupill@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Dear Café,<div>I'm continuing my travel through operational and free, and was wondering: which is the reason why there's no instance such as</div><div><br></div><div>(Functor f, MonadReader e m) => MonadReader e (FreeT f m)</div>


<div><br></div><div>included in the 'free' package? It seems reasonable to me to have those instances. At least, there's the corresponding one for MonadIO.</div><div><br></div><div>Should Free be considered as some monad to have 'at the bottom of the stack' as IO is?</div>


<div><br></div><div>Thanks in advance.</div><div><br></div></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>