<div>In the vein of scribblings for various typed/racket idioms.</div><div><br></div>How would you scribble a define-type. <div>e.g.</div><div><br></div><div>(define-type AttributeReq (U 'All 'SenderId 'SentTimestamp 'ApproximateReceiveCount 'ApproximateFirstReceiveTimestamp))<br>
<br></div>