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

Safe HaskellNone
LanguageHaskell98

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 a Source

Produce a nice error message when splitting failed