Add comment to simple static contracts.

original commit: 0be83b6c67fec940b5b31f861b719401a7476056
This commit is contained in:
Eric Dobson 2014-01-11 09:47:08 -08:00
parent 96971157ca
commit 816a72685a

View File

@ -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