From 87e401597681ba6de648b19820b8e5538c3aded4 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sun, 26 Jun 2016 15:04:22 +0300 Subject: [PATCH] checksums.stream-docs: initial commit --- basis/checksums/stream/stream-docs.factor | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 basis/checksums/stream/stream-docs.factor diff --git a/basis/checksums/stream/stream-docs.factor b/basis/checksums/stream/stream-docs.factor new file mode 100644 index 0000000000..1e167c8297 --- /dev/null +++ b/basis/checksums/stream/stream-docs.factor @@ -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"