Seems that this file is never used, possibly committed by mistake.
This commit is contained in:
parent
313e4e75fc
commit
a7aad558a3
|
@ -1,16 +0,0 @@
|
||||||
#lang racket/base
|
|
||||||
(require (for-syntax racket/base))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;;
|
|
||||||
;; Trampoline Expansion
|
|
||||||
;;
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
(provide #%trampoline)
|
|
||||||
|
|
||||||
(define-syntax (#%trampoline stx)
|
|
||||||
(syntax-case stx ()
|
|
||||||
[(_ thunk)
|
|
||||||
(procedure? (syntax-e #'thunk))
|
|
||||||
(#%app (syntax-e #'thunk))]))
|
|
Loading…
Reference in New Issue
Block a user