Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-210 months ago“ARE YOU ALL SEEING THIS”sh.itjust.worksimagemessage-square46fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1image“ARE YOU ALL SEEING THIS”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-210 months agomessage-square46fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up1·edit-210 months ago-- |Removes the given object from its current parent, if any, and then adds it as a child of the other given object. kidnap :: ChildBearing c p => p -- ^The kidnapper. -> c -- ^The child to kidnap. IO ()