<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 16, 2009, at 12:31 AM, Yair Chuchem wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Sebastian Fisher's "Reinventing Haskell Backtracking" (<a href="http://www-ps.informatik.uni-kiel.de/~sebf/pub/atps09.html">http://www-ps.informatik.uni-kiel.de/~sebf/pub/atps09.html</a>)</div><div>seems to be similar (I think).</div></span></blockquote></div><div><br></div><div>The nested monadic tails of your lists seem more similar to the nested monadic data described in the ICFP'09 paper with Oleg Kiselyov and Chung-chieh Shan [1].&nbsp;The ideas described in that paper are on Hackage and your ListT seems similar to the List type in Data.Monadic.List [2]&nbsp;although our version not only uses monadic tails but also monadic heads. See&nbsp;[3]&nbsp;for a tutorial.&nbsp;</div><div><br></div><div>Although the types are similar, we arrived at it for yet another purpose..</div><div><br></div><div>Cheers,</div><div>Sebastian</div><div><br></div><div>[1]:&nbsp;&lt;<a href="http://www-ps.informatik.uni-kiel.de/~sebf/pub/icfp09.html">http://www-ps.informatik.uni-kiel.de/~sebf/pub/icfp09.html</a>&gt;</div><div>[2]:&nbsp;&lt;<a href="http://hackage.haskell.org/packages/archive/explicit-sharing/latest/doc/html/Data-Monadic-List.html">http://hackage.haskell.org/packages/archive/explicit-sharing/latest/doc/html/Data-Monadic-List.html</a>&gt;</div><div>[3]:&nbsp;&lt;<a href="http://sebfisch.github.com/explicit-sharing/">http://sebfisch.github.com/explicit-sharing/</a>&gt;</div><br><div> <span class="Apple-style-span" style="font-size: 18px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--&nbsp;</div><div>Underestimating the novelty of the future is a time-honored tradition.</div><div>(D.G.)</div></div></span></div></span></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><br></body></html>