]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/models/combinators/templates/templates.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / models / combinators / templates / templates.factor
index 685ad93774750481c8be94f4fca68d5a28bb264c..d174efcfc583138ca4e6c572580656f952339699 100644 (file)
@@ -20,4 +20,4 @@ MACRO: w-n* ( int -- quot ) dup '[ [ _ narray <collection> #1 ] dip [ _ firstn ]
 : w-2* ( a b quot -- mapped ) 2 w-n* ; inline
 : w-3* ( a b c quot -- mapped ) 3 w-n* ; inline
 : w-4* ( a b c d quot -- mapped ) 4 w-n* ; inline
-;FUNCTOR
\ No newline at end of file
+;FUNCTOR