(define (add klass parent . ops) (add-internal klass parent (foreign-value "EINA_FALSE" int) ops)) ;; malformed expression: (add klass parent . ops) ;; ;; Perhaps you intended to use the syntax `(define ...)' without importing it first.