Agda-2.4.0: A dependently typed functional programming language and proof assistant

Safe HaskellNone

Agda.TypeChecking.Rules.LHS.Instantiate

Synopsis

Documentation

instantiateTel :: Substitution -> Telescope -> TCM (Telescope, Permutation, Substitution, [Dom Type])Source

Instantiate a telescope with a substitution. Might reorder the telescope. instantiateTel (Γ : Tel)(σ : Γ --> Γ) = Monadic only for debugging purposes.

nothingToSplitError :: Problem -> TCM aSource

Produce a nice error message when splitting failed