aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command.lux
blob: f30dbf70cd6df87aecc03f29315b4c0ad91afed8 (plain)
1
2
3
4
5
6
7
8
9
(.module:
  [library
   [lux "*"]]
  ["[0]" // "_"
   ["[1]" profile]
   ["[1][0]" action {"+" Action}]])

(type: .public (Command a)
  (-> //.Profile (Action a)))