diff options
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/stream.spad.pamphlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/algebra/stream.spad.pamphlet b/src/algebra/stream.spad.pamphlet index 0241548c..66d7a227 100644 --- a/src/algebra/stream.spad.pamphlet +++ b/src/algebra/stream.spad.pamphlet @@ -550,6 +550,9 @@ CyclicStreamTools(S,ST): Exports == Implementation where @ \section{domain STREAM Stream} <<domain STREAM Stream>>= +-- As explained below, in the capsule, the Rep for STREAM is actually +-- a half lie. So, the system should not be allowed to trust it. +)boot $optProclaim := false import Type import Void import Boolean |