guix: utils: Re-export 'memoize'.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* guix/utils.scm: Re-export 'memoize' to avoid a potential breakage of
  emacs interface.  See
  <http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00146.html>
  for details.
This commit is contained in:
Alex Kost 2016-05-06 21:19:06 +03:00
parent e3dba5ac75
commit 19e1d5f7f9
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#:use-module (ice-9 format)
#:use-module ((ice-9 iconv) #:select (bytevector->string))
#:use-module (system foreign)
#:re-export (memoize) ; for backwards compatibility
#:export (bytevector->base16-string
base16-string->bytevector