]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/queries/queries.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / db / queries / queries.factor
index 7dafa8560ef94cc8819e834b85ff9074ed366578..00799950bf0fed274e56a6f81d009186a7ac05f1 100644 (file)
@@ -34,7 +34,7 @@ SINGLETON: retryable
     ] 2map >>bind-params ;
 
 M: retryable execute-statement* ( statement type -- )
-    drop [ retries>> iota ] [
+    drop [ retries>> <iota> ] [
         [
             nip
             [ query-results dispose t ]