Look at #re-export here: https://www.gnu.org/software/guile/manual/html_node/Creating-Guile-Modules.html
Den sön 29 okt. 2023 21:55Damien Mattei <damien.mat...@gmail.com> skrev: > i noticed that in Guile if i use a module in a module i can not export > the definitions of the used module. It is possible in Racket but in > guile it even cause problems. > >