Skip to content

Commit 1973d9b

Browse files
committed
Resolvendo erros de build
1 parent ed5109f commit 1973d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Fad/Chapter5-Ex.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def merge₁ (f : a → a → Ordering) : List a → List a → List a
217217
y :: merge₁ f (x :: xs) ys
218218

219219
open Chapter1 (wrap unwrap single until') in
220-
open S52 in
220+
open Mergesort in
221221

222222
def sortBy (f : a → a → Ordering) : List a → List a
223223
| [] => []

Fad/Chapter8.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace S1
1111

1212
/- 8.1 Minimum-height trees -/
1313

14-
open Chapter5.S52 (halve length_halve_fst length_halve_snd pairWith)
14+
open Chapter5.Mergesort (halve length_halve_fst length_halve_snd pairWith)
1515
open Chapter1 (wrap unwrap single until' concatMap)
1616
open Chapter6 (foldl1)
1717
open Chapter7 (minWith)

0 commit comments

Comments
 (0)