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