(module chicanery () (import scheme (chicken module) (chicken platform)) (import r7rs utf8) (import (scheme base)) (import (scheme case-lambda)) (import (scheme char)) (import (scheme complex)) (import (scheme cxr)) (import (scheme eval)) (import (scheme file)) (import (scheme inexact)) (import (scheme lazy)) (import (scheme load)) (import (scheme process-context)) (import (scheme read)) (import (scheme repl)) (import (scheme time)) (import (scheme write)) (reexport r7rs) (reexport (scheme base)) (reexport (scheme case-lambda)) (reexport (scheme char)) (reexport (scheme complex)) (reexport (scheme cxr)) (reexport (scheme eval)) (reexport (scheme file)) (reexport (scheme inexact)) (reexport (scheme lazy)) (reexport (scheme load)) (reexport (scheme process-context)) (reexport (scheme read)) (reexport (scheme repl)) (reexport (scheme time)) (reexport (scheme write)) (reexport utf8) (include "extras.scm") (register-feature! #:chicanery))