|
|
|
@ -6,7 +6,7 @@ Support utilities for working with [slope](https://git.rawtext.club/slope-lang/s
|
|
|
|
|
|
|
|
|
|
Currently this module only exposes a single function, `mod-exists?`, which allows callers to identify whether or not a given module is available. |
|
|
|
|
|
|
|
|
|
``` slope |
|
|
|
|
``` scheme |
|
|
|
|
(load-mod "modules") |
|
|
|
|
;; (mod-exists? [module-name: string]) => bool |
|
|
|
|
|
|
|
|
|