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

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