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

type ShellWord<T, W, C> = ComplexWord<Word<T, SimpleWord<T, Parameter<T>, Box<ParameterSubstitution<Parameter<T>, W, C, Arithmetic<T>>>>>>;

A type alias for the default hiearchy for representing shell words.