Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtkp9993 authored May 8, 2018
1 parent 6f4ee5e commit 9f2584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Prelude> let sum a b = a + b
Prelude> :t sum
sum :: Num a => a -> a -> a

// sum fonksiyonunun arity'si 2dir.
-- sum fonksiyonunun arity'si 2dir.
```

## Higher-Order Functions (HOF)
Expand Down

0 comments on commit 9f2584c

Please sign in to comment.