;;; packages readed at runtime (define-interface ffi-tools-rts-interface (export (lookup-shared-value :syntax) make-finite-type-import-function)) (define-structure ffi-tools-rts ffi-tools-rts-interface (open scheme srfi-23 external-calls) (files runtime))