fix: fix exports in record
This commit is contained in:
parent
7cbac58da1
commit
bdfa3d60ff
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(library (meh record)
|
||||
(export define-record-equality! define-record-matcher!)
|
||||
(export define-record-equality! define-record-pattern!)
|
||||
(import (chezscheme)
|
||||
(meh match))
|
||||
|
||||
|
|
Loading…
Reference in a new issue