Artifact Content
Not logged in

Artifact b87872b801c2f0f1119d53aa16b296e688b14f8a:


(library (srfi s99 records inspection)
  (export
   record? record-rtd rtd-name rtd-parent
   rtd-field-names rtd-all-field-names rtd-field-mutable?)
  (import (err5rs records inspection)))