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

Agda.TypeChecking.Rules.LHS.Instantiate

Synopsis

Documentation

instantiateTel :: MonadTCM tcm => Substitution -> Telescope -> tcm (Telescope, Permutation, [Term], [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