Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scheme-define-slash-public « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39a93a16004a6f58affff824485a3ffd29799a6d (plain)
1
2
3
4
5
6
7
(define bar-class%
  (class object%
    (field (info 5))
    (define/public (foo) RIGHT
      (+ info 42)
      (* info ChangeMe))
    (super-new)))