2.9 notes
(require sicm/general/notes) | package: rktsicm |
List of notes. Notes are used in logic utils and simplifier to note down assumptions used.
procedure
(note-that! note) → any/c
note : any/c
Add a [note] to the *notes* list.
procedure
(clear-notes!) → void
Reset the *notes* list.
procedure
(show-notes) → void