]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/models/arrow/smart/smart.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / models / arrow / smart / smart.factor
index 3398183edb3e6e4731208d0135869fb7c2c61e88..c14d2039dbe8583ece2dcc96496e1b8eda67e4af 100644 (file)
@@ -7,4 +7,4 @@ IN: models.arrow.smart
 
 MACRO: <smart-arrow> ( quot -- quot' )
     [ inputs dup ] keep
-    '[ _ narray <product> [ _ firstn @ ] <arrow> ] ;
\ No newline at end of file
+    '[ _ narray <product> [ _ firstn @ ] <arrow> ] ;