ref: 6a4a8b462981d404e7728787a7e7ab22454269f8
parent: 4b4c49e06832ac35c34edfd1b195bcb50bd7de40
 parent: 9b0ffcfa58467f8aed34bac585c89c5ed4188ccc
	author: Lennart Augustsson <lennart@augustsson.net>
	date: Thu Dec 28 16:31:12 EST 2023
	
Merge branch 'master' of github.com:augustss/MicroHs
--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@
### Features
The runtime system can serialize and deserialize any expression
and keep its graph structure (sharing and cycles).
-The only exceptions to this are C pointers file handles, which cannot be serialized (except for `stdin`, `stdout`, and `stderr`).
+The only exceptions to this are C pointers (e.g., file handles), which cannot be serialized (except for `stdin`, `stdout`, and `stderr`).
### Memory layout
Memory allocation is based on cells. Each cell has room for two pointers (i.e., two words, typically 16 bytes),
--
⑨