Agda-2.4.2.4: src/full/Agda/TypeChecking/CheckInternal.hs-boot
module Agda.TypeChecking.CheckInternal where import Agda.Syntax.Internal import Agda.TypeChecking.Monad.Base (TCM) checkType :: Type -> TCM () checkInternal :: Term -> Type -> TCM () infer :: Term -> TCM Type