;;;; type-checks-atoms.impl.scm -*- Scheme -*- ;;;; Kon Lovett, Jul '18 (import scheme (only (chicken keyword) keyword?) type-errors-atoms type-checks-basic) ;; (define-check-type symbol) (define-check-type keyword) (define-check-type char) (define-check-type boolean)