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

types: Hide one of the 'bytevector->string' procedures.

* module/system/base/types.scm: Hide 'bytevector->string' from (rnrs io
ports).
This commit is contained in:
Ludovic Courtès 2017-04-14 23:26:10 +02:00
parent 685ca33e2e
commit d7778b3d6a

View file

@ -1,5 +1,5 @@
;;; 'SCM' type tag decoding.
;;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
;;; Copyright (C) 2014, 2015, 2017 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 License as published by
@ -16,7 +16,7 @@
(define-module (system base types)
#:use-module (rnrs bytevectors)
#:use-module (rnrs io ports)
#:use-module ((rnrs io ports) #:hide (bytevector->string))
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-9)
#:use-module (srfi srfi-9 gnu)