edd04881ee
Reason: we need them for automatically generating constructions needed by the definitional package
12 lines
502 B
Text
12 lines
502 B
Text
--- Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
--- Released under Apache 2.0 license as described in the file LICENSE.
|
|
--- Author: Jeremy Avigad
|
|
|
|
import logic.connectives logic.eq logic.heq
|
|
import logic.cast logic.wf
|
|
-- We need unit and prod available for generating constructions used by definitional package
|
|
import data.unit.decl data.prod.decl
|
|
import logic.quantifiers logic.if
|
|
import logic.decidable logic.inhabited logic.nonempty
|
|
import logic.instances
|
|
import logic.identities
|