Earlier quoted context omitted.
There's Learn You An Agda at " rel="nofollow">https://github.com/liamoc/learn-you-an-agda> , though it never got that far. (I've done comparatively little with theorem provers (v. model checkers), so I can't point you anywhere that useful!)
All these tutorials won't teach you how to use coq or agda. The main problem is that in order to use coq or agda, you need to learn Martin-Lof type theory (or calculus of inductive constructions, which is a similar formalism to MLTT) first, and learn to write code later. Otherwise everything will seem like a magic. There are however, good books on the topic: * Type Theory and Functional Programming ( http://www.cs.ke…
[1] Software Foundations http://www.cis.upenn.edu/~bcpierce/sf/
Hint: Check out the overview [2] to see the chapter dependencies and decide which chapters you may want to skip.