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
|
||||
(#%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
|
||||
|
|
Loading…
Reference in New Issue
Block a user