Skip to content

Commit

Permalink
Oopsie -- forgot to export symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
slburson committed May 23, 2024
1 parent 1e89245 commit aef8a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defs.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(defpackage :gmap
(:use :cl)
(:export #:gmap #:def-gmap-arg-type #:def-arg-type #:def-gmap-res-type
(:export #:gmap #:def-gmap-arg-type #:def-arg-type #:def-gmap-res-type #:def-result-type
;; Predefined argument and result type names that aren't inherited from `cl:'.
#:constant #:index #:index-inc #:alist #:plist #:sum)
(:shadowing-import-from :new-let #:let #:cond))
Expand Down

0 comments on commit aef8a12

Please sign in to comment.