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

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