nbparts-0.1.1.0: Unpack a Jupyter notebook into its sources, metadata and outputs
Safe HaskellNone
LanguageGHC2021

Nbparts.Types.Sources.Markdown

Documentation

newtype Inlines Source #

Constructors

Inlines (Seq Inline) 

Instances

Instances details
Data Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Inlines -> c Inlines #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Inlines #

toConstr :: Inlines -> Constr #

dataTypeOf :: Inlines -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Inlines) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Inlines) #

gmapT :: (forall b. Data b => b -> b) -> Inlines -> Inlines #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Inlines -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Inlines -> r #

gmapQ :: (forall d. Data d => d -> u) -> Inlines -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Inlines -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Inlines -> m Inlines #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Inlines -> m Inlines #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Inlines -> m Inlines #

Monoid Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Semigroup Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Show Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

HasAttributes Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

IsInline Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Rangeable Inlines Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

IsBlock Inlines Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

data Inline Source #

Instances

Instances details
Data Inline Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Inline -> c Inline #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Inline #

toConstr :: Inline -> Constr #

dataTypeOf :: Inline -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Inline) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Inline) #

gmapT :: (forall b. Data b => b -> b) -> Inline -> Inline #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Inline -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Inline -> r #

gmapQ :: (forall d. Data d => d -> u) -> Inline -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Inline -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Inline -> m Inline #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Inline -> m Inline #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Inline -> m Inline #

Show Inline Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

data InlineType Source #

Instances

Instances details
Data InlineType Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InlineType -> c InlineType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InlineType #

toConstr :: InlineType -> Constr #

dataTypeOf :: InlineType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InlineType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InlineType) #

gmapT :: (forall b. Data b => b -> b) -> InlineType -> InlineType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InlineType -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InlineType -> r #

gmapQ :: (forall d. Data d => d -> u) -> InlineType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InlineType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InlineType -> m InlineType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InlineType -> m InlineType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InlineType -> m InlineType #

Show InlineType Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

newtype Blocks Source #

Constructors

Blocks (Seq Block) 

Instances

Instances details
Data Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Blocks -> c Blocks #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Blocks #

toConstr :: Blocks -> Constr #

dataTypeOf :: Blocks -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Blocks) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Blocks) #

gmapT :: (forall b. Data b => b -> b) -> Blocks -> Blocks #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Blocks -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Blocks -> r #

gmapQ :: (forall d. Data d => d -> u) -> Blocks -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Blocks -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Blocks -> m Blocks #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Blocks -> m Blocks #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Blocks -> m Blocks #

Monoid Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Semigroup Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Show Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

HasAttributes Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Rangeable Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

ranged :: SourceRange -> Blocks -> Blocks #

IsBlock Inlines Blocks Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

data Block Source #

Instances

Instances details
Data Block Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Block -> c Block #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Block #

toConstr :: Block -> Constr #

dataTypeOf :: Block -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Block) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Block) #

gmapT :: (forall b. Data b => b -> b) -> Block -> Block #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Block -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Block -> r #

gmapQ :: (forall d. Data d => d -> u) -> Block -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Block -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Block -> m Block #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Block -> m Block #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Block -> m Block #

Show Block Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

data BlockType Source #

Instances

Instances details
Data BlockType Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BlockType -> c BlockType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BlockType #

toConstr :: BlockType -> Constr #

dataTypeOf :: BlockType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BlockType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BlockType) #

gmapT :: (forall b. Data b => b -> b) -> BlockType -> BlockType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BlockType -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BlockType -> r #

gmapQ :: (forall d. Data d => d -> u) -> BlockType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BlockType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BlockType -> m BlockType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BlockType -> m BlockType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BlockType -> m BlockType #

Show BlockType Source # 
Instance details

Defined in Nbparts.Types.Sources.Markdown