;;; conditions.scm --- The R6RS conditions library
-;; Copyright (C) 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2010, 2020 Free Software Foundation, Inc.
;;
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
(make-programming-error make-violation)
(programming-error? violation?)
- (&assertion-failure &assertion-violation)
+ (&assertion-failure &assertion)
(make-assertion-failure make-assertion-violation)
(assertion-failure? assertion-violation?)