fix(hott/init/hedberg): remove unnecessary import

This commit is contained in:
Leonardo de Moura 2014-12-19 19:01:07 -08:00
parent 2521dbb39e
commit f93278eab8

View file

@ -7,7 +7,7 @@ Author: Leonardo de Moura
Hedberg's Theorem: every type with decidable equality is a hset
-/
prelude
import init.nat init.trunc
import init.trunc
open eq eq.ops nat truncation sigma
-- TODO(Leo): move const coll and path_coll to a different file?