| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Nbparts.Types.Sources
Documentation
data CellSource Source #
Constructors
| CellSource | |
Fields
| |
Instances
Instances
| FromJSON CellType Source # | |||||
Defined in Nbparts.Types.Sources | |||||
| ToJSON CellType Source # | |||||
| Generic CellType Source # | |||||
Defined in Nbparts.Types.Sources Associated Types
| |||||
| Show CellType Source # | |||||
| Eq CellType Source # | |||||
| Ord CellType Source # | |||||
Defined in Nbparts.Types.Sources | |||||
| type Rep CellType Source # | |||||
Defined in Nbparts.Types.Sources type Rep CellType = D1 ('MetaData "CellType" "Nbparts.Types.Sources" "nbparts-0.1.1.0-7h4qt9S025VHkS69MyoWDD" 'False) (C1 ('MetaCons "Markdown" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Raw" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Code" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
data CellMarker Source #
Constructors
| CellMarker | |
Fields | |
Instances
| FromJSON CellMarker Source # | |||||
Defined in Nbparts.Types.Sources | |||||
| ToJSON CellMarker Source # | |||||
Defined in Nbparts.Types.Sources Methods toJSON :: CellMarker -> Value # toEncoding :: CellMarker -> Encoding # toJSONList :: [CellMarker] -> Value # toEncodingList :: [CellMarker] -> Encoding # omitField :: CellMarker -> Bool # | |||||
| Generic CellMarker Source # | |||||
Defined in Nbparts.Types.Sources Associated Types
| |||||
| Show CellMarker Source # | |||||
Defined in Nbparts.Types.Sources Methods showsPrec :: Int -> CellMarker -> ShowS # show :: CellMarker -> String # showList :: [CellMarker] -> ShowS # | |||||
| Eq CellMarker Source # | |||||
Defined in Nbparts.Types.Sources | |||||
| Ord CellMarker Source # | |||||
Defined in Nbparts.Types.Sources Methods compare :: CellMarker -> CellMarker -> Ordering # (<) :: CellMarker -> CellMarker -> Bool # (<=) :: CellMarker -> CellMarker -> Bool # (>) :: CellMarker -> CellMarker -> Bool # (>=) :: CellMarker -> CellMarker -> Bool # max :: CellMarker -> CellMarker -> CellMarker # min :: CellMarker -> CellMarker -> CellMarker # | |||||
| type Rep CellMarker Source # | |||||
Defined in Nbparts.Types.Sources type Rep CellMarker = D1 ('MetaData "CellMarker" "Nbparts.Types.Sources" "nbparts-0.1.1.0-7h4qt9S025VHkS69MyoWDD" 'False) (C1 ('MetaCons "CellMarker" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cellType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CellType) :*: S1 ('MetaSel ('Just "attachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UnembeddedMimeAttachments))))) | |||||