UNB/ CS/ David Bremner/ teaching/ cs4613/ lectures/ lecture13/ pair.rkt
#lang plait

(define p (pair 1 "hello world"))
(define q (pair #f p))