Chicken varargs - I'm doing it wrong added by zilti on Wed Jan 3 16:47:17 2018

(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.