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

scheme-define-variant « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 911708854d24e799779e4167ae2745aa834bd49c (plain)
1
2
3
4
(define* (some-func x y z) RIGHT
  (let ((a x)
        (b y))
        (ChangeMe a b)))