Charlie Harvey

#688

Hey hoelzro Hah! Thanks. Yes you can indeed do pointfree style just the same way as Haskell. Much nicer!

> multiplyBy6 = multiply 6 <function> : number -> number > multiplyBy6 8 48 : number