int-iterator is now defined interval

This commit is contained in:
2026-07-28 07:16:49 +02:00
parent 8e596d5979
commit 648533cbe3
12 changed files with 90 additions and 70 deletions
+3 -3
View File
@@ -88,9 +88,9 @@ func checkIntervalComponent(t kern.Term, value any) (component int64, err error)
return
}
func errIntervalInvalidSpecification(t kern.Term) error {
return t.Errorf("invalid %s specification", interval.TypeName)
}
// func errIntervalInvalidSpecification(t kern.Term) error {
// return t.Errorf("invalid %s specification", interval.TypeName)
// }
func errIntervalUnexpectedExpression(t *scan.Term) error {
return t.Errorf("unexpected %s expression", interval.TypeName)