fez-lisp 1.5.72 → 1.5.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/types.js CHANGED
@@ -12,7 +12,8 @@ export const ORDER = '__order__'
12
12
  export const VARIABLE_ORDER_INDEX = 'index'
13
13
  export const PREDICATE = 3
14
14
  export const COLLECTION = 4
15
- export const MAX_RETRY_DEFINITION = 1
15
+ export const MAX_ARGUMENT_RETRY = 1
16
+ export const MAX_RETRY_DEFINITION = 10
16
17
  export const toTypeNames = (type) => {
17
18
  switch (type) {
18
19
  case APPLY: