X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/39f10cc75a034c84e16bbf521082d1df96673616..8c6914bd27843fc74d07da3965fafaac09c85c4e:/src/components/range-list.lisp diff --git a/src/components/range-list.lisp b/src/components/range-list.lisp index 0e4e28f..bf38ed2 100644 --- a/src/components/range-list.lisp +++ b/src/components/range-list.lisp @@ -1,3 +1,6 @@ +(in-package :mewa) + + (defgeneric make-range-list-generator (instance &key query chunk-size &allow-other-keys) (:documentation "Produced generator must obeys the following interface: GENERATOR (:first|:last|:next|:previous|:current &optional offset) =>