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

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