<div class="gmail_quote">On Mon, Dec 22, 2008 at 3:31 PM, Brian Hurt <span dir="ltr">&lt;<a href="mailto:bhurt@spnz.org">bhurt@spnz.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I wrote my own implementation of MaybeT (which was a usefull exercise), but a quick google showed:<br>
<br>
<a href="http://www.haskell.org/haskellwiki/New_monads/MaybeT" target="_blank">http://www.haskell.org/haskellwiki/New_monads/MaybeT</a><br>
<br>
But I&#39;m wondering why it&#39;s not in the standard library. &nbsp;The standards committee just hasn&#39;t gotten around to it yet? &nbsp;Or was there some discussion of this in the past on some (public) maillist, that my admittedly shallow googling failed to uncover, that someone could point me at?</blockquote>
<div><br></div><div>Yeah, it&#39;d be useful. &nbsp;Doesn&#39;t really matter, though, because it&#39;s on Hackage (<a href="http://hackage.haskell.org">http://hackage.haskell.org</a>), so it&#39;s just a <span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">cabal install MaybeT</span><span class="Apple-style-span" style="font-family: &#39;times new roman&#39;, serif;">&nbsp;away.</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;times new roman&#39;;"><br></span></div><div>Now that cabal and cabal-install are reasonably mature, we really don&#39;t have to worry about what&#39;s blessed as &quot;standard&quot; anymore. &nbsp;:-)</div>
<div><br></div><div>Luke</div></div>