Hi, > + #:use-module (gnu packages xml)
It's now not necessary anymore to import the "xml" module. Not importing it cuts down on the number of module references and potential reference cycles in the future. Otherwise LGTM!
Hi, > + #:use-module (gnu packages xml)
It's now not necessary anymore to import the "xml" module. Not importing it cuts down on the number of module references and potential reference cycles in the future. Otherwise LGTM!