(include "lib/core.scm")
(include "lib/pair.scm")

(define (thing1 a b) a)
(define (thing2 a b) b)

#(thing1 thing2)