From 85ffc2927b0eb5daedcd5a1c455518e985aed526 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 15 Aug 2021 23:16:03 +0200 Subject: Add beginners note to haskell/composition --- haskell/composition.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'haskell/composition.md') diff --git a/haskell/composition.md b/haskell/composition.md index aadb6c3..f6754a5 100644 --- a/haskell/composition.md +++ b/haskell/composition.md @@ -1,5 +1,7 @@ ## Function composition in Haskell +(This post is intended for for Haskell beginners.) + In Haskell, the dot operator `(.)`, written infix like `f . g`, is _function composition_. For example, suppose you have two functions: -- cgit v1.2.3-54-g00ecf