]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.stream-docs: initial commit
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 26 Jun 2016 12:04:22 +0000 (15:04 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jun 2016 21:17:57 +0000 (14:17 -0700)
basis/checksums/stream/stream-docs.factor [new file with mode: 0644]

diff --git a/basis/checksums/stream/stream-docs.factor b/basis/checksums/stream/stream-docs.factor
new file mode 100644 (file)
index 0000000..1e167c8
--- /dev/null
@@ -0,0 +1,7 @@
+USING: checksums help.markup help.syntax ;
+IN: checksums.stream
+
+ARTICLE: "checksums.stream" "stream-checksum"
+"The instances of the " { $link stream-checksum } " mixin must implement " { $link checksum-stream } "." ;
+
+ABOUT: "checksums.stream"