From dba7b8e5763d99117b017afbc50917e2bd84887d Mon Sep 17 00:00:00 2001 From: vindarel Date: Mon, 25 Mar 2019 02:13:20 +0100 Subject: [PATCH] use for over iterate (conflicts) --- src/ciel.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ciel.lisp b/src/ciel.lisp index 3826487..ac550bc 100644 --- a/src/ciel.lisp +++ b/src/ciel.lisp @@ -7,8 +7,7 @@ :cl-ppcre :defclass-std :fn - ;; :for - ;; :iterate ;; conflicts with for + :for :local-time :modf :parse-float @@ -16,8 +15,9 @@ :trivia)) ;; conflicts: -;; for::returning and sxql::returning -;; for:: and iterate +;; iterate and for +;; sxql::returning and for::returning +;; dissect:object and for-iterator:object (in-package :ciel) ;; enable ^(* 2 _) syntax.