Skip to content

Commit

Permalink
fix ind-List doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kent authored and david-christiansen committed Mar 6, 2018
1 parent 0f9bcca commit 28fe6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pie.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ The second projection of a pair. If @pie[p] is a @pie[(Σ ((_x _A)) _D)], then
[base (motive nil)]
[step (Π ((e _E)
(es (List _E)))
(-> (mot es)
(mot (:: e es))))])
(-> (motive es)
(motive (:: e es))))])
(motive target)]{
@pie[ind-List] is induction on lists. When @pie[target] is a @pie[(List _E)], t
the whole expression's type is @pie[(motive target)], the type of
Expand Down

0 comments on commit 28fe6d4

Please sign in to comment.