index
:
software/python-on-guile
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
language
/
python
/
module
/
a.scm
blob: b026de1cbfcb6e01091fc1730af633f675dd5956 (
about
) (
plain
)
1
2
3
4
(
define-module
(
language
python
module
a
)
#:export
(
a
))
(
define
a
1
)