Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix "Method 'is-lazy' not found" regression in META_CROSS
Commit 7bc1a99 replaced calls to .infinite by the new .is-lazy. META_CROSS may call .is-lazy now on simple scalars like Int. Mu provided a method infinite for such cases. Replace that by a method is-lazy that defaults to False. Thus the migration from infinite to is-lazy is complete.
- Loading branch information