Skip to content

Problem 119 - "is"-macro not available #77

@Scotty1701d

Description

@Scotty1701d

In problem 119:

(is (= (__ :x [[:o :e :e]
the check of the solution fails completely because the is-macro isn't available.

Since this additional step is not needed, it should be omitted.

Edit:
As a workaround I added a definition for it at the begin of my function as a dummy:
(fn [p b] (defn is [arg] args) (...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions