create lambda shortcut

This commit is contained in:
Sam Caldwell 2020-11-30 17:44:57 -05:00
parent 7d8b62ff02
commit c9a5af0d10
1 changed files with 2 additions and 0 deletions

View File

@ -1348,6 +1348,8 @@
(Roles τ-f ...)
(Spawns τ-s ...))))])
(define-syntax λ (make-variable-like-transformer #'lambda))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Type Abstraction
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;