Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
This repository was archived by the owner on Jun 4, 2022. It is now read-only.

Add lumo.repl/apropos #86

@arichiardi

Description

@arichiardi

Same as source, not a big priority and implementation and tests can be taken from replumb.

cljs.user=> (clojure.core/apropos "map")
TypeError: Cannot read property 'call' of undefined
WARNING: Use of undeclared Var cljs.core/apropos at line 1 
cljs.user=> (lumo.repl/apropos "map")
TypeError: Cannot read property 'call' of undefined
WARNING: Use of undeclared Var lumo.repl/apropos at line 1 

Thanks!

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