mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 05:00:28 +02:00
ice-9 syncase now deprecated, woo
Remove #:use-module (ice-9 syncase) from lots of places, as it's no longer needed.
This commit is contained in:
parent
01c161ca11
commit
7c72fe0bb5
7 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
(define-module (language scheme amatch)
|
||||
#:use-module (ice-9 syncase)
|
||||
#:export (amatch apat))
|
||||
;; FIXME: shouldn't have to export apat...
|
||||
#:export (amatch))
|
||||
|
||||
;; This is exactly the same as pmatch except that it unpacks annotations
|
||||
;; as needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue