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

Safe HaskellNone
LanguageHaskell2010

Agda.Syntax.Internal.SanityCheck

Description

Sanity checking for internal syntax. Mostly checking variable scoping.

Synopsis

Documentation

sanityCheckVars :: (Pretty a, Free a) => Telescope -> a -> TCM () Source #

sanityCheckSubst :: (Pretty a, Free a) => Telescope -> Substitution' a -> Telescope -> TCM () Source #

Check that Γ ⊢ ρ : Δ.