what is chicken-install5's scheme-include added by klm` on Sat May 5 18:10:41 2018

;; how is http://wiki.call-cc.org/man/5/Extensions#scheme-include
;; supposed to be used?


1809 klm@kth /t/egg  ➤ for f in * ; echo ====== $f ; cat $f ; end
====== egg.egg
;; -*- scheme -*-
((components (scheme-include foo)))
====== foo.scm

(print "hi")
1809 klm@kth /t/egg  ➤ chicken-install5

Error: call of non-procedure: ()

	Call history:

	<syntax>	  (##core#require library scheme#)
	<syntax>	  (##sys#load-library (##core#quote library))
	<syntax>	  (##core#quote library)
	<syntax>	  (##core#require library chicken.base#)
	<syntax>	  (##sys#load-library (##core#quote library))
	<syntax>	  (##core#quote library)
	<syntax>	  (##core#begin (##core#require expand chicken.syntax#))
	<syntax>	  (##core#require expand chicken.syntax#)
	<syntax>	  (##sys#load-library (##core#quote expand))
	<syntax>	  (##core#quote expand)
	<eval>	  (##sys#load-library (##core#quote library))
	<eval>	  (##sys#load-library (##core#quote library))
	<eval>	  (##sys#load-library (##core#quote expand))
	<syntax>	  (import-syntax scheme chicken.base chicken.fixnum chicken.string)
	<syntax>	  (##core#undefined)
	<syntax>	  (##core#undefined)	<--