aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/translation/scheme/reference.jvm.lux
blob: b28cb18989bdad9b1b8ca6eebd4fe88a9e9f0cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(.module:
  [lux #*
   [host
    ["_" scheme (#+ Expression)]]]
  [//
   [//
    [common
     ["." reference]]]])

(def: #export system
  (reference.system (: (-> Text Expression) _.global)
                    (: (-> Text Expression) _.var)))