Show module content from REPL #1857
Answered
by
elprans
tech-cobber
asked this question in
Q&A
-
Is there any way to list all the types, functions,... inside a specific module? Don't see anything like that in |
Beta Was this translation helpful? Give feedback.
Answered by
elprans
Oct 4, 2020
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tech-cobber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DESCRIBE MODULE <module-name> AS SDL;
should do the trick.