diff --git a/Sources/Functions/Block.swift b/Sources/Functions/Block.swift
index 5cc19334..98c2e15f 100644
--- a/Sources/Functions/Block.swift
+++ b/Sources/Functions/Block.swift
@@ -24,13 +24,13 @@
public typealias Closure = (Input) -> Output
/// Closure with no arguments and custom return value.
-public typealias ResultBlock