;;; -*- Mode:SCHEME; Package:SCHEME; Readtable:SCHEME -*-

(define (foo x y)
  (+ x y))

(define (bar x y)
  (- x y))
