diff --git a/Lake/Async.lean b/Lake/Async.lean index 49812a85d8..ff1d425157 100644 --- a/Lake/Async.lean +++ b/Lake/Async.lean @@ -16,7 +16,7 @@ class Async (m : Type u → Type v) (n : outParam $ Type u → Type u) where export Async (async) -class Await (n : Type u → Type u) (m : Type u → Type v) where +class Await (n : Type u → Type v) (m : Type u → Type w) where /- Wait for an asynchronous task to finish. -/ await : n α → m α