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

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