lean4-htt/tests/pkg/module/Module/ConflictingImported.lean

9 lines
178 B
Text

module
prelude
public import Module.Basic
public import Module.Basic2
/-!
It should not be possible to import conflicting definitions even if as axioms they look identical.
-/