Fixed an internal function contract
This commit is contained in:
parent
6edf9c16d4
commit
bf97780eda
|
@ -700,7 +700,7 @@
|
|||
[(m . = . 1) (filter pre-tick-major? ts)]
|
||||
[else (list (collapse-equiv-ticks (filter pre-tick-major? ts) near-format-string))])))))
|
||||
|
||||
(defproc (pre-tick-inexact->exact [t tick?]) tick?
|
||||
(defproc (pre-tick-inexact->exact [t pre-tick?]) pre-tick?
|
||||
(match-define (pre-tick x major?) t)
|
||||
(pre-tick (inexact->exact x) major?))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user