Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AvailableAttachment Source #
Instances
Show AvailableAttachment Source # | |
Defined in Potato.Flow.Attachments showsPrec :: Int -> AvailableAttachment -> ShowS # show :: AvailableAttachment -> String # showList :: [AvailableAttachment] -> ShowS # | |
Eq AvailableAttachment Source # | |
Defined in Potato.Flow.Attachments (==) :: AvailableAttachment -> AvailableAttachment -> Bool # (/=) :: AvailableAttachment -> AvailableAttachment -> Bool # |
attachLocationFromLBox_conjugateCartRotationReflection :: CartRotationReflection -> Bool -> BoxWithAttachmentLocation -> XY Source #
owlItem_availableAttachments :: Bool -> Bool -> OwlItem -> [AvailableAttachment] Source #
owlItem_availableAttachmentsAtDefaultLocation :: Bool -> Bool -> OwlItem -> [(AttachmentLocation, XY)] Source #
isOverAttachment :: XY -> [(Attachment, XY)] -> Maybe (Attachment, XY) Source #
projectAttachment :: AttachmentLocation -> XY -> REltId -> LBox -> Maybe (Attachment, XY) Source #