Michelson: remove a spurious rule
This should have been removed when floats were removed from the language.
This commit is contained in:
parent
0585be23a5
commit
777ff19dcd
@ -926,14 +926,6 @@ Timestamp immediates can be obtained by the `NOW` operation, or
|
||||
retrieved from script parameters or globals. The only valid operations
|
||||
are the addition of a (positive) number of seconds and the comparison.
|
||||
|
||||
* `ADD`
|
||||
Increment / decrement a timestamp of the given number of seconds.
|
||||
|
||||
:: timestamp : float : 'S -> timestamp : 'S
|
||||
|
||||
> ADD ; C / t : period : S => [FAIL] iff period < 0
|
||||
> ADD ; C / t : period : S => C / (t + period seconds) : S
|
||||
|
||||
* `ADD`
|
||||
Increment / decrement a timestamp of the given number of seconds.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user