15 lines
475 B
Text
15 lines
475 B
Text
/-
|
|
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Module: init.default
|
|
Authors: Leonardo de Moura, Jakob von Raumer
|
|
-/
|
|
|
|
prelude
|
|
import init.datatypes init.reserved_notation init.tactic init.logic
|
|
import init.bool init.num init.priority init.relation init.wf
|
|
import init.types
|
|
import init.trunc init.path init.equiv init.util
|
|
import init.ua init.funext
|
|
import init.hedberg init.nat init.hit
|