summaryrefslogtreecommitdiff
path: root/haskell/composition.md
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/composition.md')
-rw-r--r--haskell/composition.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/composition.md b/haskell/composition.md
index 14f84cb..c7348a2 100644
--- a/haskell/composition.md
+++ b/haskell/composition.md
@@ -1,6 +1,6 @@
## Function composition in Haskell
-(This post is intended for for Haskell beginners.)
+(This post is intended for Haskell beginners.)
In Haskell, the dot operator `(.)`, written infix like `f . g`, is _function composition_.
For example, suppose you have two functions: