Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Potato.Flow.OwlItem
Documentation
Constructors
OwlInfo | |
Fields |
data OwlSubItem Source #
Constructors
OwlSubItemNone | |
OwlSubItemFolder (Seq REltId) | |
OwlSubItemBox SBox | |
OwlSubItemLine SAutoLine | |
OwlSubItemTextArea STextArea |
Instances
owlSubItem_equivalent :: OwlSubItem -> OwlSubItem -> Bool Source #
Constructors
OwlItem | |
Fields |
Instances
class MommyOwl o where Source #
Minimal complete definition
Instances
MommyOwl OwlTree Source # | |
Defined in Potato.Flow.Owl | |
MommyOwl SuperOwl Source # | |
Defined in Potato.Flow.Owl | |
MommyOwl OwlItem Source # | |
Defined in Potato.Flow.OwlItem |
class HasOwlItem o where Source #
Minimal complete definition
Methods
hasOwlItem_owlItem :: o -> OwlItem Source #
hasOwlItem_name :: o -> Text Source #
hasOwlItem_isFolder :: o -> Bool Source #
hasOwlItem_attachments :: o -> [Attachment] Source #
hasOwlItem_toSElt_hack :: o -> SElt Source #
hasOwlItem_toSEltLabel_hack :: o -> SEltLabel Source #
hasOwlItem_toOwlSubItem :: o -> OwlSubItem Source #
Instances
HasOwlItem SuperOwl Source # | |
Defined in Potato.Flow.Owl Methods hasOwlItem_owlItem :: SuperOwl -> OwlItem Source # hasOwlItem_name :: SuperOwl -> Text Source # hasOwlItem_isFolder :: SuperOwl -> Bool Source # hasOwlItem_attachments :: SuperOwl -> [Attachment] Source # hasOwlItem_toSElt_hack :: SuperOwl -> SElt Source # hasOwlItem_toSEltLabel_hack :: SuperOwl -> SEltLabel Source # | |
HasOwlItem OwlItem Source # | |
Defined in Potato.Flow.OwlItem Methods hasOwlItem_owlItem :: OwlItem -> OwlItem Source # hasOwlItem_name :: OwlItem -> Text Source # hasOwlItem_isFolder :: OwlItem -> Bool Source # hasOwlItem_attachments :: OwlItem -> [Attachment] Source # hasOwlItem_toSElt_hack :: OwlItem -> SElt Source # hasOwlItem_toSEltLabel_hack :: OwlItem -> SEltLabel Source # |
owlItem_name :: OwlItem -> Text Source #
owlItem_toSElt_hack :: OwlItem -> SElt Source #
sElt_to_owlSubItem :: SElt -> OwlSubItem Source #