From 552cd6c999f3e44b13be88e45c4a8cb391eb40cf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 11 Jun 2024 02:10:37 +0900 Subject: Rename filename from `algebraic-structs` to `algebraic-structures` --- algebraic-structures.alternative.list.base.scm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 algebraic-structures.alternative.list.base.scm (limited to 'algebraic-structures.alternative.list.base.scm') diff --git a/algebraic-structures.alternative.list.base.scm b/algebraic-structures.alternative.list.base.scm new file mode 100644 index 0000000..73f3c84 --- /dev/null +++ b/algebraic-structures.alternative.list.base.scm @@ -0,0 +1,8 @@ +(module (algebraic-structs alternative list base) (pure map map2 alt empty) + (import (except scheme map apply) + (algebraic-structs applicative list)) + + (define (alt x y) + (append x y)) + + (define empty '())) -- cgit v1.2.3