Re: Sdl-union not exported

2015-02-07 Thread David Thompson
Andreas Enge writes: > currently, the package sdl-union is not exported from sdl.scm. Is this > intentional or an oversight? Intentional. sdl-union is used only as an input to other packages, so we don't want it to show up when viewing the public package list. If you'd like to use sdl-union fr

Sdl-union not exported

2015-02-07 Thread Andreas Enge
Hello, currently, the package sdl-union is not exported from sdl.scm. Is this intentional or an oversight? Andreas