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

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