File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
run : sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
16
16
- name : Generate microsite
17
17
run : |
18
- brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
18
+ brew update
19
+ brew install nef
19
20
brew install sourcekitten
20
21
gem install bundler -v 2.0.2
21
22
gem install cocoapods -v 1.9.1
Original file line number Diff line number Diff line change 12
12
run : sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
13
13
- name : Compile documentation
14
14
run : |
15
- brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
15
+ brew update
16
+ brew install nef
16
17
gem install cocoapods -v 1.9.1
17
18
nef compile --project Documentation.app
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public extension Foldable {
71
71
option^. fold( { Eval . later ( { Option . some ( f ( a) ) } ) } ,
72
72
{ b in g ( a, Eval . now ( b) ) . map ( Option . some) ^ } )
73
73
} ) ^
74
- } ) . map { x in x^ } ^
74
+ } ) . map { x in Option . fix ( x ) } ^
75
75
}
76
76
77
77
/// Reduces the elements of a structure down to a single value by applying the provided aggregation function in a left-associative manner.
You can’t perform that action at this time.
0 commit comments