aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.alternative.make.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:10:37 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:10:37 +0900
commit552cd6c999f3e44b13be88e45c4a8cb391eb40cf (patch)
tree15d9cea824cd5627a7c98ba866fb38a1d69457a6 /algebraic-structs.alternative.make.scm
parent53ccad935b368dbccadd6d64bedb9341f34415c3 (diff)
Rename filename from `algebraic-structs` to `algebraic-structures`
Diffstat (limited to 'algebraic-structs.alternative.make.scm')
-rw-r--r--algebraic-structs.alternative.make.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/algebraic-structs.alternative.make.scm b/algebraic-structs.alternative.make.scm
deleted file mode 100644
index df4e0f4..0000000
--- a/algebraic-structs.alternative.make.scm
+++ /dev/null
@@ -1,10 +0,0 @@
-(functor ((algebraic-structs alternative make) (A (pure map map2 alt empty)))
- (pure map map2 alt empty guard)
- (import (except scheme map apply)
- (only (chicken base) void)
- A)
-
- (define (guard b)
- (if b
- (pure (void))
- empty)))