No list type annotation necessary in README

This commit is contained in:
Gabriel Gonzalez 2017-02-05 12:13:06 -08:00
parent cad5c8af20
commit 440e734e80

View File

@ -51,7 +51,7 @@ $ cat ./config
```
$ cat ./bar
[3.0, 4.0, 5.0] : List Double
[3.0, 4.0, 5.0]
```
... you can interpret the Haskell program like this: