mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
*** empty log message ***
This commit is contained in:
parent
9f59b2c4d0
commit
b0c33ccaa6
1 changed files with 4 additions and 4 deletions
|
@ -80,10 +80,10 @@
|
|||
(define (@inexact? x) `((@ Core::inexact?) ,x))
|
||||
|
||||
(define (@= x y) `(@@ ee? ,x ,y))
|
||||
(define (@< x y) `(@@ lt? ,x ,y))
|
||||
(define (@> x y) `(@@ gt? ,x ,y))
|
||||
(define (@<= x y) `(@@ le? ,x ,y))
|
||||
(define (@>= x y) `(@@ ge? ,x ,y))
|
||||
;(define (@< x y) `(@@ lt? ,x ,y))
|
||||
;(define (@> x y) `(@@ gt? ,x ,y))
|
||||
;(define (@<= x y) `(@@ le? ,x ,y))
|
||||
;(define (@>= x y) `(@@ ge? ,x ,y))
|
||||
|
||||
(define @+
|
||||
(match-lambda*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue