(.require
 [library
  [lux (.except)]]
 ["[0]" //
  ["[1]" profile]
  ["[1][0]" action (.only Action)]])

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