diff options
| author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-24 19:45:12 +0530 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-24 19:45:12 +0530 | 
| commit | b00a26d98eb33ce1275eb40145ce9ff20633ad4c (patch) | |
| tree | a5a816948e9b57a98312f59c844bee0d26603c2b /pt-br/haskell-pt.html.markdown | |
| parent | b2e762307e064843059a5e649f3e7016032e8d74 (diff) | |
| parent | 529883d57870953493013c93b7d44fae6d4db88e (diff) | |
Merge branch 'master' into add-csharp-resource
Diffstat (limited to 'pt-br/haskell-pt.html.markdown')
| -rw-r--r-- | pt-br/haskell-pt.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pt-br/haskell-pt.html.markdown b/pt-br/haskell-pt.html.markdown index 181aa471..c55a4c03 100644 --- a/pt-br/haskell-pt.html.markdown +++ b/pt-br/haskell-pt.html.markdown @@ -41,7 +41,7 @@ o desenvolvimento deste paradigma de programação.  7 * 7 -- 7 vezes 7  7 / 7 -- 7 dividido por 7 --- Divisões não são inteiras, são fracionádas por padrão da linguagem +-- Divisões não são inteiras, são fracionadas por padrão da linguagem  28736 / 82374 -- 0.3488479374559934 @@ -67,7 +67,7 @@ not False -- Nega uma falácia  7 > 7 -- 7 é maior que 7 ? -{- Haskell é uma linguagem que tem uma sintáxe bastante familiar na +{- Haskell é uma linguagem que tem uma sintaxe bastante familiar na     matemática, por exemplo em chamadas de funções você tem:     NomeFunção ArgumentoA ArgumentoB ArgumentoC ... | 
