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

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