still crashes the compiler (beta 7).

This commit is contained in:
Kare Morstol
2014-09-04 18:30:30 +02:00
parent d054f4ea12
commit 8090ef8917
+1 -1
View File
@@ -29,7 +29,7 @@ public func |> <T,U,V>(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) {