lean4-htt/src/lake/LakeMain.lean
Mac Malone d9d54c1f99
chore: lake: use & check prelude (#6289)
This PR adapts Lake modules to use `prelude` and includes them in the
`check-prelude` CI.
2024-12-02 19:55:05 +00:00

11 lines
339 B
Text

/-
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Gabriel Ebner, Sebastian Ullrich, Mac Malone
-/
prelude
import Lake
import Lake.CLI
def main (args : List String) : IO UInt32 := do
Lake.cli args -- should not throw errors (outside user code)