]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/derivatives/syntax/syntax.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / math / derivatives / syntax / syntax.factor
index 1dadfd18c83c65182a8a7ce9c1b100a4732b3ce1..077c3ac1b02ca2ec475fbd2e9aa3d08a0c909103 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2009 Jason W. Merrill.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel parser words effects accessors sequences 
+USING: kernel parser words effects accessors sequences
     math.ranges ;
-    
+
 IN: math.derivatives.syntax
 
-SYNTAX: DERIVATIVE: scan-object dup stack-effect in>> length [1,b] 
-    [ drop scan-object ] map 
-    "derivative" set-word-prop ;
\ No newline at end of file
+SYNTAX: DERIVATIVE: scan-object dup stack-effect in>> length [1,b]
+    [ drop scan-object ] map
+    "derivative" set-word-prop ;