Skip to content

Commit 038d641

Browse files
committed
[refactor]: fix indentation of if-cong
1 parent fcf6e44 commit 038d641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Bool/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ if-xor true {false} = refl
796796
if-xor true {true } = refl
797797

798798
if-cong : {b c} {x y : A} b ≡ c
799-
(if b then x else y) ≡ (if c then x else y)
799+
(if b then x else y) ≡ (if c then x else y)
800800
if-cong refl = refl
801801

802802
if-cong-then : b {x y z : A} x ≡ z

0 commit comments

Comments
 (0)