From 48358adb04bb37cb1630e137ec181a0b6997ca64 Mon Sep 17 00:00:00 2001 From: Darren Bane Date: Tue, 20 Apr 2021 15:46:58 +0100 Subject: Doc updates --- basic.lsp | 2 +- doc/breaking_rules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.lsp b/basic.lsp index a63ab27..09efc5c 100644 --- a/basic.lsp +++ b/basic.lsp @@ -67,7 +67,7 @@ (defgeneric ppl (pr expr)) (defmethod ppl (pr (expr )) - (convert (num expr) )) + (convert (int expr) )) (defmethod ppl (pr (expr )) (var expr)) (defmethod ppl (pr (expr )) diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md index 31a1857..d9c499b 100644 --- a/doc/breaking_rules.md +++ b/doc/breaking_rules.md @@ -78,7 +78,7 @@ it could be difficult to satisfy expectations. ### Dependencies Counterintuitively, I chose ISLisp partly *because* it imposes limits in the prototyping phase. -Standard UNIX libraries like curses, xdr and dbm can still be used from compiled code using the FFI. +Standard UNIX libraries like curses, catgets, xdr and dbm can still be used from compiled code using the FFI. ## Coding standards -- cgit 1.4.1-2-gfad0