diff options
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 |
