Skip to content

Commit 87a6a94

Browse files

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Logic.lidr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ the value of \idr{b}.
11611161
\todo[inline]{Remove when a release with
11621162
https://github.com/idris-lang/Idris-dev/pull/3925 happens}
11631163

1164-
> Uninhabited (False = True) where
1164+
> implementation Uninhabited (False = True) where
11651165
> uninhabited Refl impossible
11661166

11671167
> restricted_excluded_middle : (p <-> b = True) -> p `Either` Not p

src/Maps.lidr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ about strings:
8888
\todo[inline]{Remove when a release with
8989
https://github.com/idris-lang/Idris-dev/pull/3925 happens}
9090

91-
> Uninhabited (False = True) where
91+
> implementation Uninhabited (False = True) where
9292
> uninhabited Refl impossible
9393
>
9494

src/Tactics.lidr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ $\square$
379379

380380
\todo[inline]{Remove if https://github.com/idris-lang/Idris-dev/pull/3925 is merged}
381381

382-
> Uninhabited (False = True) where
382+
> implementation Uninhabited (False = True) where
383383
> uninhabited Refl impossible
384384

385385
\todo[inline]{Edit}

0 commit comments

Comments
 (0)