You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to struct-out, there should be provide transformers for exporting the constructor/predicate/accessors created by define-record-type, define-wrapper-type, etc. However, note that contract-out has special support for struct types that can't be emulated by other libraries. This isn't the end of the world, since contracts for rebellion/type should be attached using guards instead of using contract-out (see #42).
Implementing this feature requires some static information about the shape and fields of a type, so this is blocked on #179.
The text was updated successfully, but these errors were encountered:
Similar to
struct-out
, there should be provide transformers for exporting the constructor/predicate/accessors created bydefine-record-type
,define-wrapper-type
, etc. However, note thatcontract-out
has special support for struct types that can't be emulated by other libraries. This isn't the end of the world, since contracts forrebellion/type
should be attached using guards instead of usingcontract-out
(see #42).Implementing this feature requires some static information about the shape and fields of a type, so this is blocked on #179.
The text was updated successfully, but these errors were encountered: