chore(library/data/quotient): rename aux.lean to util.lean (fix problem with cloning lean repository on Windows machine)
See http://stackoverflow.com/questions/3689137/error-git-checkout-index-unable-to-create-file for additional details
This commit is contained in:
parent
85f7132efe
commit
8c11dc1ecd
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
import logic tools.tactic ..subtype logic.core.cast struc.relation data.prod
|
||||
import logic.core.instances
|
||||
import .aux
|
||||
import .util
|
||||
|
||||
open relation prod inhabited nonempty tactic eq_ops
|
||||
open subtype relation.iff_ops
|
||||
|
|
Loading…
Reference in a new issue