Export disarm* with protect-out

This commit is contained in:
Asumu Takikawa 2014-10-23 00:47:41 -04:00
parent 670c857685
commit 9e242fbaef

View File

@ -1,6 +1,6 @@
#lang racket/base
(provide disarm*)
(provide (protect-out disarm*))
;; Typed Racket runs after macro expansion, and it must be priviledged,
;; so it can just disarm all taints (and arm everything afterward).