There's an example of function composition in tutorial 01: ``` isntTriangle = not . isTriangle ``` However, this won't compile with the `isTriangle` function from the previous example.