feat(library): add aliases for some sorts
This commit is contained in:
parent
4cb54ac825
commit
76d21900a2
2 changed files with 8 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
|||
|
||||
-- The constructive core of Lean's library.
|
||||
|
||||
import logic data tools.tactic
|
||||
import type logic data tools.tactic
|
||||
|
|
7
library/type.lean
Normal file
7
library/type.lean
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
||||
-- Released under Apache 2.0 license as described in the file LICENSE.
|
||||
-- Authors: Leonardo de Moura
|
||||
|
||||
definition Type₁ [reducible] := Type.{1}
|
||||
definition Type₂ [reducible] := Type.{2}
|
||||
definition Type₃ [reducible] := Type.{3}
|
Loading…
Reference in a new issue