Add comment to simple static contracts.
original commit: 0be83b6c67fec940b5b31f861b719401a7476056
This commit is contained in:
parent
96971157ca
commit
816a72685a
|
@ -1,6 +1,8 @@
|
|||
#lang racket/base
|
||||
|
||||
;; Static contracts that are terminal and have no sub parts.
|
||||
;; Unlike contracts defined with define-terminal-contract, equality of these contracts is based solely
|
||||
;; on identity. Thus they are most useful for contracts which have no meaningful structure.
|
||||
;; Ex: (flat/sc #'number?)
|
||||
|
||||
(require
|
||||
|
|
Loading…
Reference in New Issue
Block a user