make decoration comment style consistent

This commit is contained in:
Michael Sippel 2023-10-02 15:07:42 +02:00
parent e60c60cbff
commit c7585f353a
Signed by: senvas
GPG key ID: F96CF119C34B64A6
4 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,6 @@
use crate::TypeID;
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
#[derive(Clone, PartialEq, Eq, Hash, Debug)]
pub enum TypeTerm {
@ -26,7 +26,7 @@ pub enum TypeTerm {
Ladder(Vec< TypeTerm >),
}
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
impl TypeTerm {
pub fn unit() -> Self {
@ -81,4 +81,3 @@ impl TypeTerm {
}
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\