[haskell-br] Programação funcional pura e útil

Fábio Roberto Teodoro fr.teodoro at gmail.com
Thu Aug 23 00:59:03 CEST 2012


Gostei bastante do texto, mas tenho umas sugestões:

	toText [] = [""] 
eu acho que deveria ser trocado por 
	toText [] = []
pq senão não fica equivalente ao algoritmo sequencial acima dele.

Na função unroll parece que dá pra simplificar trocando
        g v@(Do _ next) = f v : g next
        g v@(Check _ next) = f v : g next
por
	g v@(_ _ next) = f v : g next


Muito obrigado pelo excelente artigo.


On Wed, Aug 22, 2012 at 08:59:17AM -0300, Thiago Negri wrote:
> Bom dia pessoal.
> 
> Adicionei um post sobre programação funcional pura no meu blog.
> Se puderem ler e opinar sobre o assunto, agradeço.
> 
> http://eu-hunz.blogspot.com.br/2012/08/programacao-funcional-pura-e-util.html
> 
> _______________________________________________
> haskell-br mailing list
> haskell-br at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-br

-- 
Fábio Roberto Teodoro
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-br/attachments/20120822/c5f8a5c5/attachment.pgp>


More information about the haskell-br mailing list