repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jh/p4-human-unit-numbers'
[git/debian.git]
/
t
/
t4018
/
scheme-define-slash-public
blob
39a93a16004a6f58affff824485a3ffd29799a6d
1
(define bar-class%
2
(class object%
3
(field (info 5))
4
(define/public (foo) RIGHT
5
(+ info 42)
6
(* info ChangeMe))
7
(super-new)))