elisp-koans
elisp-koans copied to clipboard
There is no `equalp` in emacs
Perhaps rather explain difference between eq
and equal
.
See evaluation.el
, test-quoting-behavior
.
see https://github.com/jtmoulia/elisp-koans/issues/22 it seems after https://github.com/jtmoulia/elisp-koans/pull/16 it broke a lot of koans a lot of functions now have cl-
prefix in cl-lib
like equalp is called cl-equalp