Skip to content

Instantly share code, notes, and snippets.

@eduardojunio
Created July 12, 2017 14:37
Show Gist options
  • Save eduardojunio/d80fe45f17e2b8bf3752f6183a23de6c to your computer and use it in GitHub Desktop.
Save eduardojunio/d80fe45f17e2b8bf3752f6183a23de6c to your computer and use it in GitHub Desktop.
{-
Cria uma nova lista aplicando a função procura a cada elemento
de x
-}
criaNota :: ListaCod -> ListaNota
criaNota x = [procura db y | y <- x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment