1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

Add omitted exports from `(ice-9 vlist)'.

* module/ice-9/vlist.scm: Export `vhash-delq' and `vhash-delv'.
This commit is contained in:
Ludovic Courtès 2011-02-22 00:07:48 +01:00
parent 9d798af739
commit 8bc5b79df7

View file

@ -1,6 +1,6 @@
;;; -*- mode: scheme; coding: utf-8; -*-
;;;
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
;;;
;;; This library is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
@ -32,7 +32,8 @@
vhash? vhash-cons vhash-consq vhash-consv
vhash-assoc vhash-assq vhash-assv
vhash-delete vhash-fold
vhash-delete vhash-delq vhash-delv
vhash-fold
vhash-fold* vhash-foldq* vhash-foldv*
alist->vhash))