aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command.lux
blob: 8594f0cfcc20af50a279b708426f2d41c8ff73fc (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)))