| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Nbparts.Types.Error
Documentation
recommendedNotebookFormat :: (Int, Int) Source #
data NbpartsError Source #
Constructors
| UnpackError UnpackError | |
| PackError PackError |
Instances
| Show NbpartsError Source # | |
Defined in Nbparts.Types.Error Methods showsPrec :: Int -> NbpartsError -> ShowS # show :: NbpartsError -> String # showList :: [NbpartsError] -> ShowS # | |
| Eq NbpartsError Source # | |
Defined in Nbparts.Types.Error | |
data UnpackError Source #
Constructors
| UnpackParseNotebookError Text | |
| UnpackParseMarkdownError ParseError | |
| UnpackUnsupportedNotebookFormat (Int, Int) | |
| UnpackMissingCellIdError |
Instances
| Show UnpackError Source # | |
Defined in Nbparts.Types.Error Methods showsPrec :: Int -> UnpackError -> ShowS # show :: UnpackError -> String # showList :: [UnpackError] -> ShowS # | |
| Eq UnpackError Source # | |
Defined in Nbparts.Types.Error | |
Constructors
newtype ParseYamlError Source #
Constructors
| ParseYamlError ParseException |
Instances
| Show ParseYamlError Source # | |
Defined in Nbparts.Types.Error Methods showsPrec :: Int -> ParseYamlError -> ShowS # show :: ParseYamlError -> String # showList :: [ParseYamlError] -> ShowS # | |
| Eq ParseYamlError Source # | |
Defined in Nbparts.Types.Error Methods (==) :: ParseYamlError -> ParseYamlError -> Bool # (/=) :: ParseYamlError -> ParseYamlError -> Bool # | |
data IllegalFormatContext Source #
Instances
| Show IllegalFormatContext Source # | |
Defined in Nbparts.Types.Error Methods showsPrec :: Int -> IllegalFormatContext -> ShowS # show :: IllegalFormatContext -> String # showList :: [IllegalFormatContext] -> ShowS # | |
| Eq IllegalFormatContext Source # | |
Defined in Nbparts.Types.Error Methods (==) :: IllegalFormatContext -> IllegalFormatContext -> Bool # (/=) :: IllegalFormatContext -> IllegalFormatContext -> Bool # | |
| Ord IllegalFormatContext Source # | |
Defined in Nbparts.Types.Error Methods compare :: IllegalFormatContext -> IllegalFormatContext -> Ordering # (<) :: IllegalFormatContext -> IllegalFormatContext -> Bool # (<=) :: IllegalFormatContext -> IllegalFormatContext -> Bool # (>) :: IllegalFormatContext -> IllegalFormatContext -> Bool # (>=) :: IllegalFormatContext -> IllegalFormatContext -> Bool # max :: IllegalFormatContext -> IllegalFormatContext -> IllegalFormatContext # min :: IllegalFormatContext -> IllegalFormatContext -> IllegalFormatContext # | |
data ParseMarkdownSourcesError Source #
Instances
data CellMetadataTag Source #
Constructors
| CodeCellMetadataTag | |
| GenericCellMetadataTag |
Instances
| Show CellMetadataTag Source # | |
Defined in Nbparts.Types.Error Methods showsPrec :: Int -> CellMetadataTag -> ShowS # show :: CellMetadataTag -> String # showList :: [CellMetadataTag] -> ShowS # | |
| Eq CellMetadataTag Source # | |
Defined in Nbparts.Types.Error Methods (==) :: CellMetadataTag -> CellMetadataTag -> Bool # (/=) :: CellMetadataTag -> CellMetadataTag -> Bool # | |
| Ord CellMetadataTag Source # | |
Defined in Nbparts.Types.Error Methods compare :: CellMetadataTag -> CellMetadataTag -> Ordering # (<) :: CellMetadataTag -> CellMetadataTag -> Bool # (<=) :: CellMetadataTag -> CellMetadataTag -> Bool # (>) :: CellMetadataTag -> CellMetadataTag -> Bool # (>=) :: CellMetadataTag -> CellMetadataTag -> Bool # max :: CellMetadataTag -> CellMetadataTag -> CellMetadataTag # min :: CellMetadataTag -> CellMetadataTag -> CellMetadataTag # | |
renderError :: NbpartsError -> Text Source #
renderFormat :: Format -> Text Source #