SRFI 236 and assert procedure Jakub T. Jankiewicz (24 Sep 2022 10:51 UTC)
Re: SRFI 236 and assert procedure Jakub T. Jankiewicz (24 Sep 2022 10:54 UTC)
Re: SRFI 236 and assert procedure Daphne Preston-Kendal (24 Sep 2022 10:55 UTC)
Re: SRFI 236 and assert procedure Marc Nieper-Wißkirchen (25 Sep 2022 13:38 UTC)

SRFI 236 and assert procedure Jakub T. Jankiewicz 24 Sep 2022 10:50 UTC

on this SRFI there is code:

(define set-car+cdr!
  (lambda (p x y)
    (assert (pair? p))
    (perform
      (set-car! p x)
      (set-cdr! p y))))

But I can't find assert procedure anywhere, it's not in R7RS. I've only found
this SRFI but the name is test-assert in SRFI-64

https://srfi.schemers.org/srfi-64/srfi-64.html

So where this procedure is defined?

--
Jakub T. Jankiewicz, Senior Front-End Developer
https://jcubic.pl/me