Brian Doig

Results 3 issues of Brian Doig

If you make a change and recompile the code, the Build Time Analyzer window updates the time, but it seems like it's not deleting the old results, and rather it...

Fetching https://github.com/typelift/Focus error: the package https://github.com/typelift/Focus @ 0.4.0 contains revisioned dependencies: https://github.com/typelift/SwiftCheck.git @ master https://github.com/typelift/Operadics.git @ master

``` import Swiftz import Focus func fanin(_ l: @escaping (A) -> C, _ r: @escaping (B) -> C) -> Function { return Function.arr(l) ||| Function.arr(r) } ``` The above fails...