| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Nbparts.Unpack.Sources
Documentation
collectSources :: FilePath -> Notebook a -> Either UnpackError ([CellSource], [(FilePath, ByteString)]) Source #
convertCell :: (MonadState [(FilePath, ByteString)] m, MonadError UnpackError m) => FilePath -> Cell a -> m CellSource Source #
convertCellType :: CellType a -> CellType Source #