Minor changes
- Redid the flake module to be based on extendModules instead - Added wrappers - Refactored code - Updated dependencies
This commit is contained in:
parent
9661927410
commit
ee7223ca36
19 changed files with 468 additions and 97 deletions
17
wrappers/rash/rashrc
Normal file
17
wrappers/rash/rashrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
(require readline/pread
|
||||
data/maybe
|
||||
(prefix-in f: data/functor)
|
||||
data/applicative
|
||||
data/monad
|
||||
threading
|
||||
|
||||
racket/string
|
||||
racket/cmdline
|
||||
racket/system
|
||||
racket/pretty
|
||||
racket/format
|
||||
racket/list
|
||||
racket/function
|
||||
racket/port)
|
||||
|
||||
(current-prompt-function prompt-f)
|
Loading…
Add table
Add a link
Reference in a new issue