Skip to content

Commit b90edd2

Browse files
committed
comment - heterogeneous boolean equality
1 parent 393c5c8 commit b90edd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Prelude/HBeq.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class HBEq (α β : Type u) where
22
hbeq : α → β → Bool
33

4+
/-- Heterogeneous boolean equality. -/
45
infix:50 " ≍? " => HBEq.hbeq
56

67
instance BEq.instHBEq (α : Type u) [BEq α] : HBEq α α where

0 commit comments

Comments
 (0)