Rackety (mostly letrec-values => define and minimizing dependencies)
original commit: 0ce6c755916f5cb06b517f43690dd705bac0b334
This commit is contained in:
parent
4a782c4000
commit
9b0140909e
|
@ -1,9 +1,10 @@
|
|||
#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?)]
|
||||
[find-dot (-> (or/c path? false/c))])
|
||||
|
||||
(require scheme/system)
|
||||
|
||||
(provide dot-label neato-label neato-hier-label neato-ipsep-label)
|
||||
(define dot-label "dot")
|
||||
|
|
Loading…
Reference in New Issue
Block a user