diff --git a/README.org b/README.org index 7caeb10..3a06958 100644 --- a/README.org +++ b/README.org @@ -72,7 +72,7 @@ Mito and SxQL ** Pattern matching -Use Trivia. +Use Trivia, also available with the =match= local nickname. ** Numbers *** Parsing numbers, floats, decimals diff --git a/src/ciel.lisp b/src/ciel.lisp index f2201ee..9434c77 100644 --- a/src/ciel.lisp +++ b/src/ciel.lisp @@ -75,7 +75,8 @@ (defpackage ciel-user - (:use :ciel)) + (:use :ciel) + (:local-nicknames (:match :trivia))) ;TODO: a conflict between Serapeum and generic-cl ;; (defpackage generic-ciel