fixed type check issues with records as params

This commit is contained in:
Partho
2025-04-14 12:33:52 -04:00
parent 5c6ab34518
commit f2db338257
2 changed files with 17 additions and 13 deletions

View File

@ -48,7 +48,6 @@ foo (x) := {
}
bar1(a,b) := {
[integer : t]
return a * b;
}