make decoration comment style consistent
This commit is contained in:
parent
e60c60cbff
commit
c7585f353a
4 changed files with 7 additions and 11 deletions
src
|
@ -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 {
|
|||
}
|
||||
|
||||
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue