Rackety (mostly letrec-values => define and minimizing dependencies)
original commit: 0ce6c755916f5cb06b517f43690dd705bac0b334
This commit is contained in:
parent
4a782c4000
commit
9b0140909e
|
@ -1,10 +1,11 @@
|
||||||
#lang scheme/gui
|
#lang racket/base
|
||||||
|
(require racket/contract
|
||||||
|
racket/class
|
||||||
|
racket/gui/base
|
||||||
|
racket/system)
|
||||||
(provide/contract [dot-positioning (-> (is-a?/c pasteboard%) string? boolean? void?)]
|
(provide/contract [dot-positioning (-> (is-a?/c pasteboard%) string? boolean? void?)]
|
||||||
[find-dot (-> (or/c path? false/c))])
|
[find-dot (-> (or/c path? false/c))])
|
||||||
|
|
||||||
(require scheme/system)
|
|
||||||
|
|
||||||
(provide dot-label neato-label neato-hier-label neato-ipsep-label)
|
(provide dot-label neato-label neato-hier-label neato-ipsep-label)
|
||||||
(define dot-label "dot")
|
(define dot-label "dot")
|
||||||
(define neato-label "neato")
|
(define neato-label "neato")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user