30 | | * {{{pure}}} (''bool''): returns true if the function is free of [wiki:SideEffect side-effects]. We have to mention here, that those functions that are not loaded into the database of !RefactorErl (for example, library functions) are considered as impure. If you need a more precise analysis, you should add the affected files to the database of !RefactorErl. The knowledge about the BIF-s is built into the tool. |
31 | | * {{{dirty}}} (''bool''): returns true if the function has [wiki:SideEffect side-effects], or in other words, it is impure. |
| 30 | * {{{pure}}} (''bool''): returns true if the function is free of side-effects. We have to mention here, that those functions that are not loaded into the database of !RefactorErl (for example, library functions) are considered as impure. If you need a more precise analysis, you should add the affected files to the database of !RefactorErl. The knowledge about the BIF-s is built into the tool. |
| 31 | * {{{dirty}}} (''bool''): returns true if the function has side-effects, or in other words, it is impure. |