Skip to content

Commit 51d9255

Browse files
author
Alex Gryzlov
committed
Add a link to Idris issue for test_plus3'
1 parent 395bd12 commit 51d9255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Poly.lidr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,8 @@ supply just the first. This is called _partial application_.
836836
> test_plus3 : plus3 4 = 7
837837
> test_plus3 = Refl
838838

839-
\todo[inline]{Why is this broken? `the (doit3times plus3 0 = 9) Refl` works in
840-
REPL}
839+
\todo[inline]{This is apparently a bug in Idris,
840+
https://github.com/idris-lang/Idris-dev/issues/3908}
841841

842842
> -- test_plus3' : doit3times plus3 0 = 9
843843
> -- test_plus3' = Refl

0 commit comments

Comments
 (0)