Remove the (protect) around export of template-metafunction etc.

This commit is contained in:
Suzanne Soy 2021-06-06 03:11:22 +01:00
parent 7170b127fb
commit c4c7ddc6ed

View File

@ -1,8 +1,8 @@
(module prop-template-metafunction '#%kernel
(#%provide (protect template-metafunction
prop:template-metafunction
(rename prop:template-metafunction? template-metafunction?)
template-metafunction-accessor))
(#%provide template-metafunction
prop:template-metafunction
(rename prop:template-metafunction? template-metafunction?)
template-metafunction-accessor)
;; The prop:template-metafunction structure type property can contain one of:
;; - an identifier bound to the run-time metafunction procedure