ref: 250f9d8992890fb0a98363897ae022aac58cb6d3
parent: 83bb095bcb4ed9bd620fc6c42acbee2d6ae17da1
author: Rewbert <krookr@chalmers.se>
date: Mon Sep 25 10:38:10 EDT 2023
final update of readme
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
* case expressions
* let expressions
* tuples
-* list syntax
+* list syntax (for stuff like `[x..y]` you unfortunately need to write `[x .. y]`, as the parsers support for `Double` literals is simple)
* list comprehensions
* arithmetic and comparison operators, the prelude exports the ones for `Int`, but for the other types you need to do a qulified import (e.g for `Double` and for `Word`).
* qualified `do` notation, e.g., `IO.do`
--
⑨