chore(builtin/heq): remove unnecessary import
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
70828af6db
commit
ba88a3b05a
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
import macros
|
||||
|
||||
-- Heterogenous equality
|
||||
variable heq {A B : TypeU} : A → B → Bool
|
||||
infixl 50 == : heq
|
||||
|
|
Loading…
Reference in a new issue