You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just checked it on my machine and wasn't able reproduce the error:
$ guix install guile-dsv
$ guile -c "(import (dsv)) (scm->dsv '((\"hello\" \"world\")))"
hello:world
$ guix show guile-dsv | head -2
name: guile-dsv
version: 0.7.2
$ guile --version
guile (GNU Guile) 3.0.9
Copyright (C) 2023 Free Software Foundation, Inc.
License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Hi,
when I try to import dsv, I get an error message:
This is with version
The text was updated successfully, but these errors were encountered: