Remove the (protect) around export of template-metafunction etc.
This commit is contained in:
parent
7170b127fb
commit
c4c7ddc6ed
|
@ -1,8 +1,8 @@
|
||||||
(module prop-template-metafunction '#%kernel
|
(module prop-template-metafunction '#%kernel
|
||||||
(#%provide (protect template-metafunction
|
(#%provide template-metafunction
|
||||||
prop:template-metafunction
|
prop:template-metafunction
|
||||||
(rename prop:template-metafunction? template-metafunction?)
|
(rename prop:template-metafunction? template-metafunction?)
|
||||||
template-metafunction-accessor))
|
template-metafunction-accessor)
|
||||||
|
|
||||||
;; The prop:template-metafunction structure type property can contain one of:
|
;; The prop:template-metafunction structure type property can contain one of:
|
||||||
;; - an identifier bound to the run-time metafunction procedure
|
;; - an identifier bound to the run-time metafunction procedure
|
||||||
|
|
Loading…
Reference in New Issue
Block a user