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

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