Now built off Lean master

This commit is contained in:
Mac Malone 2021-05-30 17:30:33 -04:00
parent 543656c24b
commit 436d3213de

View file

@ -20,9 +20,6 @@ structure BuildContext extends BuildConfig where
moreDepsMTime : IO.FS.SystemTime
manifest : Manifest
deriving instance Inhabited for IO.FS.SystemTime
deriving instance Inhabited for Task
structure Result where
maxMTime : IO.FS.SystemTime
task : Task (Except IO.Error Unit)