update provides
svn: r17317
This commit is contained in:
parent
4f3f35a188
commit
df1c10a9a6
|
@ -1,8 +1,13 @@
|
|||
#lang scheme/base
|
||||
|
||||
(require "private/honu.ss"
|
||||
(require "private/honu-typed-scheme.ss"
|
||||
"private/macro.ss")
|
||||
|
||||
(provide (rename-out (#%dynamic-honu-module-begin #%module-begin))
|
||||
#%datum
|
||||
)
|
||||
|
||||
#;
|
||||
(provide int real bool obj
|
||||
function var const
|
||||
string
|
||||
|
@ -21,6 +26,7 @@
|
|||
#%parens #%brackets #%braces #%angles
|
||||
#%prefix #%postfix
|
||||
;; define-honu-syntax
|
||||
...
|
||||
(for-syntax ...)
|
||||
|
||||
(rename-out (set! =)
|
||||
|
|
Loading…
Reference in New Issue
Block a user