Safe Haskell | None |
---|---|
Language | Haskell2010 |
Agda.TypeChecking.Empty
Synopsis
- isEmptyType :: MonadTCM tcm => Type -> tcm Bool
- isEmptyTel :: MonadTCM tcm => Telescope -> tcm Bool
- ensureEmptyType :: Range -> Type -> TCM ()
- checkEmptyTel :: Range -> Telescope -> TCM (Either ErrorNonEmpty Int)
Documentation
isEmptyTel :: MonadTCM tcm => Telescope -> tcm Bool Source #
Check whether some type in a telescope is empty.