about summary refs log tree commit diff stats
path: root/wikme.scm
blob: 10b1a1a4784cd68b34426e95be108084429cb542 (plain)
1
2
3
4
(module wikme *
  (import scheme
          (chicken base))
  (include "wikme-impl.scm"))