mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-14 13:21:15 -08:00
export trivia's match and guard to use them in CIEL package (not only ciel-user)
This commit is contained in:
parent
b7599fa1da
commit
892cc1f917
1 changed files with 11 additions and 5 deletions
|
|
@ -11,6 +11,17 @@
|
|||
|
||||
We currently only try this with serapeum. See *deps/serapeum/sequences-hashtables* and how the docs/serapeum.md page is generated with `generate-dependencies-page-reference'.")
|
||||
|
||||
;; Pattern matching.
|
||||
(cl-reexport:reexport-from :trivia
|
||||
:include
|
||||
'(:match
|
||||
:guard))
|
||||
|
||||
;; "let" with more destructuring.
|
||||
(cl-reexport:reexport-from :metabang-bind
|
||||
:include
|
||||
'(:bind))
|
||||
|
||||
(cl-reexport:reexport-from :parse-float)
|
||||
(cl-reexport:reexport-from :parse-number
|
||||
:include
|
||||
|
|
@ -241,11 +252,6 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
|
|||
|
||||
(defpackage ciel-user
|
||||
(:use :cl :ciel)
|
||||
(:import-from :metabang-bind
|
||||
:bind)
|
||||
(:import-from :trivia
|
||||
:match
|
||||
:guard)
|
||||
(:local-nicknames (:csv :cl-csv)
|
||||
(:http :dexador)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue