]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/calendar.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / calendar / calendar.factor
index 53aaf3dbdb6011cfcc97610557acbb66ac797cd3..e7caa89d323fd833519ecd2579f73b4cc2f101d1 100644 (file)
@@ -4,7 +4,7 @@ USING: accessors arrays classes.tuple combinators
 combinators.short-circuit kernel literals math math.functions
 math.intervals math.order math.statistics sequences slots.syntax
 system vocabs vocabs.loader ;
-FROM: math.ranges => [a..b) ;
+FROM: ranges => [a..b) ;
 IN: calendar
 
 ERROR: not-in-interval value interval ;