make decoration comments symmetric
This commit is contained in:
parent
cb91fa52de
commit
8ec95dfbed
3 changed files with 10 additions and 4 deletions
src
|
@ -40,7 +40,7 @@ impl TypeTerm {
|
|||
pub fn arg(&mut self, t: impl Into<TypeTerm>) -> &mut Self {
|
||||
match self {
|
||||
TypeTerm::App(args) => {
|
||||
args.push(t.into());
|
||||
args.push(t.into());
|
||||
}
|
||||
|
||||
_ => {
|
||||
|
@ -63,3 +63,5 @@ impl TypeTerm {
|
|||
}
|
||||
}
|
||||
|
||||
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue