Changes between Version 35 and Version 36 of ContractReduction
- Timestamp:
- 12/09/15 13:16:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v35 v36 192 192 193 193 {{{ 194 $guard bool-expr195 }}} 196 197 If missing, the default is to go the library enabler for the guard. If the library enabler does not specify a guard, it defaults to ` $true`.194 guard bool-expr 195 }}} 196 197 If missing, the default is to go the library enabler for the guard. If the library enabler does not specify a guard, it defaults to `true`. 198 198 199 199 == Examples ==
