From 8090ef89175fbaa70132cf3c1eb59cdc44e46cbd Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Thu, 4 Sep 2014 18:30:30 +0200 Subject: [PATCH] still crashes the compiler (beta 7). --- SwiftShell/Pipes.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftShell/Pipes.swift b/SwiftShell/Pipes.swift index 7e2d6a1..a7c7653 100644 --- a/SwiftShell/Pipes.swift +++ b/SwiftShell/Pipes.swift @@ -29,7 +29,7 @@ public func |> (lhs: T, rhs:((T,V) -> U, V)) -> U { } */ -/* crashes the compiler (beta 6). +/* crashes the compiler (beta 7). Should replace the function below as it is more general and will also work with strings. public func |> (lhs: Streamable, inout rhs: OutputStreamType) {