mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 09:20:23 +02:00
* match.scm: export defstruct.
This commit is contained in:
parent
650a1cf929
commit
a55134eded
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-03-09 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||||
|
|
||||||
|
* match.scm: export defstruct.
|
||||||
|
|
||||||
2001-03-08 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
2001-03-08 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
* psyntax.ss: Added FSF copyright notice. Added a notice of
|
* psyntax.ss: Added FSF copyright notice. Added a notice of
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
:use-module (ice-9 slib)
|
:use-module (ice-9 slib)
|
||||||
:export (match match-lambda match-lambda* match-define
|
:export (match match-lambda match-lambda* match-define
|
||||||
match-let match-let* match-letrec
|
match-let match-let* match-letrec
|
||||||
define-structure define-const-structure
|
defstruct define-structure define-const-structure
|
||||||
match:error match:set-error
|
match:error match:set-error
|
||||||
match:error-control match:set-error-control
|
match:error-control match:set-error-control
|
||||||
match:structure-control match:set-structure-control
|
match:structure-control match:set-structure-control
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue