define-library without any export clause raises an error

Issue #72 resolved
Takashi Kato repo owner created an issue

This is a valid define-library form but compiler raises an error.

(define-library (foo))

This is because of check-exports.

Comments (1)

  1. Log in to comment