mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update skeleton
This commit is contained in:
@@ -1312,7 +1312,7 @@ impl fmt::Display for Dtype {
|
||||
}
|
||||
Self::Function { ret, params } => write!(
|
||||
f,
|
||||
"{} ({})",
|
||||
"[ret:{} params:({})]",
|
||||
ret,
|
||||
params
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user