zesterer / tao

A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.
https://tao.jsbarretto.com/
Mozilla Public License 2.0
1.09k stars 23 forks source link

Fix typo in README #29

Closed fendor closed 2 years ago

fendor commented 2 years ago

Just a friendly drive-by PR, it looks like -> is used for function chaining instead of : in the rest of the code-examples.

zesterer commented 2 years ago

Thanks, much appreciated! I changed the syntax a while ago and forgot to change documentation.