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

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