chore: avoid "denote" overloading

It the overload does not affect elaboration, but pollutes the info view.
This commit is contained in:
Leonardo de Moura 2022-04-06 15:00:13 -07:00
parent 36e032cf94
commit cd82a24ca9

View file

@ -61,7 +61,8 @@ We write the final type of a closed term using polymorphic quantification over a
choices of `rep` type family
-/
open Ty Term'
open Ty (nat fn)
open Term'
namespace FirstTry