We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix
1 parent 163ac72 commit ede321fCopy full SHA for ede321f
Aquifer/X.swift
@@ -29,7 +29,7 @@ public func closed<A>(x: X) -> A {
29
}
30
31
// This should probably be part of Swiftx or Swiftz
32
-public func fix<A>(f: (() -> A) -> A) -> A {
+private func fix<A>(f: (() -> A) -> A) -> A {
33
return f { _ in fix(f) }
34
35
0 commit comments