require&provide maybe,either

This commit is contained in:
Sam Caldwell 2019-05-17 10:36:13 -04:00
parent 5238b74912
commit 349fa19d26
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,9 @@
(all-from-out "hash.rkt")
;; for loops
(all-from-out "for-loops.rkt")
;; utility datatypes
(all-from-out "maybe.rkt")
(all-from-out "either.rkt")
;; DEBUG and utilities
print-type print-role
;; Extensions
@ -64,6 +67,8 @@
(require "sequence.rkt")
(require "hash.rkt")
(require "for-loops.rkt")
(require "maybe.rkt")
(require "either.rkt")
(require (prefix-in syndicate: syndicate/actor-lang))