Typo fix in docs for /contrib/Data/Telescope.idr

This commit is contained in:
Jason Hemann 2024-03-09 08:47:48 -05:00 committed by G. Allais
parent e4337c118b
commit e6bd13634e

View File

@ -1,5 +1,5 @@
||| A telescope is the variable context in a dependently typed program.
||| Dependent types with free varialbes are really only well-defined in a telescope.
||| Dependent types with free variables are really only well-defined in a telescope.
|||
||| A segment of a telescope is a tuple of types in that
||| telescope. These are usually implicit in formal developments, but