chore(library/data/int/basic): remove unnecessary 'hinding' clause
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
559dd586f2
commit
fa25ddc8e6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import ..nat.basic ..nat.order ..nat.sub ..prod ..quotient ..quotient tools.tact
|
|||
import struc.binary
|
||||
import tools.fake_simplifier
|
||||
|
||||
open nat (hiding case)
|
||||
open nat
|
||||
open quotient subtype prod relation
|
||||
open decidable binary fake_simplifier
|
||||
open eq_ops
|
||||
|
|
Loading…
Reference in a new issue