Skip to content

Commit 944bc3c

Browse files
committed
Tactics: remove inversion_ex3 for now
This breaks the PDF for some reason...
1 parent 0b71a99 commit 944bc3c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Tactics.lidr

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -366,20 +366,6 @@ derived at once.
366366
Note that we need to pass the parameter \idr{eqinj} which will be bound to
367367
equations that \idr{injective} generates.
368368

369-
370-
==== Exercise: 1 star (inversion_ex3)
371-
372-
> inversion_ex3 : (x, y, z : a) -> (l, j : List a) ->
373-
> x :: y :: l = z :: j ->
374-
> y :: l = x :: j ->
375-
> x = y
376-
> inversion_ex3 = ?remove_me3 -- %runElab inversion_ex3_tac
377-
> where
378-
> inversion_ex3_tac : Elab ()
379-
> inversion_ex3_tac = ?inversion_ex3_tac_rhs
380-
381-
$\square$
382-
383369
\todo[inline]{Remove when a release with
384370
https://github.com/idris-lang/Idris-dev/pull/3925 happens}
385371

0 commit comments

Comments
 (0)