;;;; srfi-19.scm -*- Scheme -*- (module srfi-19-core () (import scheme) (import (chicken module)) (import srfi-19-timezone) (import srfi-19-support) (import srfi-19-time) (import srfi-19-date) (reexport srfi-19-timezone) (reexport srfi-19-support) (reexport srfi-19-time) (reexport srfi-19-date) ) ;module srfi-19-core