From 50f61ac685c9064b5a408a49151fc5e08545faef Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 9 Oct 2020 13:33:40 +0200 Subject: [PATCH] match, local nickname for trivia --- README.org | 2 +- src/ciel.lisp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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