diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-28 20:02:47 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-28 20:02:47 -0500 |
| commit | 99c32737fe07bf7dc6094a1326be418ffd00e36f (patch) | |
| tree | bc8549038f85586ef4b9724f51ab850193f36d68 /src/compose.zig | |
| parent | 96e8c19ebdc7c168a1bd243ce1793b2df1480939 (diff) | |
| download | funcz-99c32737fe07bf7dc6094a1326be418ffd00e36f.tar.gz | |
filter implemented
Diffstat (limited to 'src/compose.zig')
| -rw-r--r-- | src/compose.zig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
