lean4-htt/library/init/platform.lean
2019-03-21 15:06:43 -07:00

14 lines
325 B
Text

/-
Copyright (c) 2018 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import init.core
namespace System
-- TODO: mark as opaque, the VM provides platform specific implementation
def platform.nbits : Nat := 64
end System