From e51a5f32bb8f23eb0fd27213cb36ce09a42a6386 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 16 Jun 2024 12:15:11 +0900 Subject: Add stream implementations --- algebraic-structures.stream.applicative.scm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 algebraic-structures.stream.applicative.scm (limited to 'algebraic-structures.stream.applicative.scm') diff --git a/algebraic-structures.stream.applicative.scm b/algebraic-structures.stream.applicative.scm new file mode 100644 index 0000000..5ff5f0c --- /dev/null +++ b/algebraic-structures.stream.applicative.scm @@ -0,0 +1,4 @@ +(import (algebraic-structures applicative) + (only (algebraic-structures private stream applicative))) +(module (algebraic-structures stream applicative) = ((algebraic-structures applicative) + (algebraic-structures private stream applicative))) -- cgit v1.2.3