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

Add lumo.repl/apropos #86

Closed
arichiardi opened this issue Feb 25, 2017 · 0 comments
Closed

Add lumo.repl/apropos #86

arichiardi opened this issue Feb 25, 2017 · 0 comments

Comments

@arichiardi
Copy link
Collaborator

arichiardi commented Feb 25, 2017

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant