Skip to content

Commit c0eaca7

Browse files
author
Alex Gryzlov
committed
add link
1 parent 4a89ded commit c0eaca7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Imp.lidr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ Qed.
287287
Using `try` and `;` together, we can get rid of the repetition in the proof that
288288
was bothering us a little while ago.
289289
290+
\todo[inline]{Mention
291+
http://docs.idris-lang.org/en/latest/reference/misc.html#alternatives ?}
292+
290293
```coq
291294
Theorem optimize_0plus_sound': forall a,
292295
aeval (optimize_0plus a) = aeval a.

0 commit comments

Comments
 (0)