google / lisp-koans

Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in koans/type-checking.lsp

siriusdemon opened this issue · comments

In line 94, the docs in the test test-functionp

the functionp predicate is true iff the argument is a function

iff should be if

The thought is iff stands for if and only if.