Fix docstring

This commit is contained in:
David Raymond Christiansen 2015-09-10 14:14:57 +02:00
parent 752a2fcc77
commit b28fecf6d2

View File

@ -374,7 +374,8 @@ namespace Tactics
whnf : (term : TT) -> Elab TT
whnf term = prim__Whnf term
||| Check that two terms are convertable in the current context and environment
||| Check that two terms are convertable in the current context and
||| in some environment.
|||
||| @ env a lexical environment to compare the terms in (see `getEnv`)
||| @ term1 the first term to convert