#lang racket/base (require racket/local) (provide let let* letrec local) ;;; TODO: grab these from ISL instead -- full-racket allows too much in the bodies. ; Btw, don't try `provide`ing `define` -- while it will ; let the client use nested-define, BSL doesn't let it define functions??