7.8 Unit Utilities (original) (raw)

top contents [← prev](define-sig-form.html "backward to "7.7 Extending the Syntax of Signatures"") [up](mzlib%5Funit.html "up to "7 Units"") [next →](unitcontracts.html "forward to "7.9 Unit Contracts"")

7.8 Unit Utilities🔗

procedure(unit? v) → boolean?
v : any/c

Returns #t if v is a unit, #f otherwise.

syntax

(provide-signature-elements sig-spec ...)

Expands to a provide of all identifiers implied by thesig-specs. See unit for the grammar ofsig-spec.

top contents [← prev](define-sig-form.html "backward to "7.7 Extending the Syntax of Signatures"") [up](mzlib%5Funit.html "up to "7 Units"") [next →](unitcontracts.html "forward to "7.9 Unit Contracts"")