Make ++from-module not leak faces.

This commit is contained in:
Elliot Glaysher 2018-03-12 15:24:23 -07:00
parent a6c83e3919
commit 1ec6e7cd2b

View File

@ -107,13 +107,12 @@
:: ::
:: ::
++ from-module :: create wrapper ++ from-module :: create wrapper
|* _[%module ..$ _abet]:(hood-module) |* _[identity=%module start=..$ finish=_abet]:(hood-module)
=> .(+< [identity start finish]=+<)
=- [wrap=- *start] :: usage (wrap handle-arm):from-foo =- [wrap=- *start] :: usage (wrap handle-arm):from-foo
|* handle/_finish |* handle/_finish
|= _+<.handle |= a=_+<.handle
=. +>.handle (start hid (able identity)) =. +>.handle (start hid (able identity))
(ably (handle +<)) (ably (handle a))
:: ::
:: per-module interface wrappers :: per-module interface wrappers
++ from-drum (from-module %drum [..$ _se-abet]:(hood-drum)) ++ from-drum (from-module %drum [..$ _se-abet]:(hood-drum))