racket/collects/htdch/draw/World-native-methods.ss
2006-07-31 02:52:25 +00:00

13 lines
375 B
Scheme

#cs
(module World-native-methods mzscheme
(require (lib "support.scm" "htdch" "draw") (lib "unitsig.ss"))
(provide endOfTime-java.lang.String-native endOfWorld-java.lang.String-native bigBangO-double-native)
(define void-or-true #t)
(define (imperative world@t+1 world@t) world@t+1)
(define-values/invoke-unit/sig world-native^ world-native@ #f support^))