From 99c32737fe07bf7dc6094a1326be418ffd00e36f Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Tue, 28 Oct 2025 20:02:47 -0500 Subject: filter implemented --- src/compose.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compose.zig') diff --git a/src/compose.zig b/src/compose.zig index 61ebb20..442b21b 100644 --- a/src/compose.zig +++ b/src/compose.zig @@ -7,7 +7,6 @@ const typeVerify = @import("util.zig").typeVerify; /// Function composition /// Type signature: (a -> b) -> (b -> c) -> (a -> c) /// `outerFunc` and `innerFunc` are functions of types `b -> c` and `a -> b` respectively -/// Haskell equivalent: `outerFunc . innerFunc` pub fn compose( comptime outerFunc: anytype, comptime innerFunc: anytype -- cgit v1.2.3