Type Definition conch_parser::ast::ShellCompoundCommand [] [src]

type ShellCompoundCommand<T, W, C> = CompoundCommand<CompoundCommandKind<T, W, C>, Redirect<W>>;

A type alias for the default hiearchy for representing compound shell commands.