aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command.lux
blob: c7fe7d1dd290382fcdb336c1cdd213185498135d (plain)
1
2
3
4
5
6
7
8
9
(.using
 [library
  [lux (.full)]]
 ["[0]" //
  ["[1]" profile]
  ["[1][0]" action (.only Action)]])

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