add range constraint type

This commit is contained in:
2026-06-25 23:02:37 +02:00
parent c3208fdb61
commit 70a6d69d29
9 changed files with 222 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Milestone 5: ranges and sequence for loops.
pass :: func(value int) int {
pass :: func(value range) range {
return value
}