lean4-htt/src/Init/System.lean
2025-08-05 02:29:15 +00:00

14 lines
324 B
Text

/-
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
module
prelude
public import Init.System.IO
public import Init.System.Platform
public import Init.System.Uri
public import Init.System.Promise
public section