Fix load error

db4
Slava Pestov 2008-02-14 01:06:46 -06:00
parent 939d5bdbb0
commit cdbd0a4c05
1 changed files with 1 additions and 1 deletions

2
extra/math/analysis/analysis.factor Normal file → Executable file
View File

@ -1,5 +1,5 @@
USING: kernel math math.constants math.functions math.intervals
math.vectors namespaces sequences ;
math.vectors namespaces sequences combinators.cleave ;
IN: math.analysis
<PRIVATE