lib/ README.md should not repeat the process unless needed
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Sun, 19 May 2019 17:17:55 +0000 (19:17 +0200)
committerNicolas Boulenguez <nicolas.boulenguez@free.fr>
Sun, 19 May 2019 17:17:55 +0000 (19:17 +0200)
lib/README.md

index 897267e..b43a082 100644 (file)
@@ -1,5 +1,5 @@
 This directory contains general-purpose reusable code that does not
-fit in the process like `cond`, `gensym`, `inc`, `not` and `or`.
+fit in the process.
 
 The split in small files is motivated by implementations too limited
 to load a single big file, but MAL has no proper module management.