Sjmarf@sh.itjust.works to Programmer Humor · edit-26 months ago“ARE YOU ALL SEEING THIS”sh.itjust.worksimagemessage-square85fedilinkarrow-up1548arrow-down131
arrow-up1517arrow-down1image“ARE YOU ALL SEEING THIS”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor · edit-26 months agomessage-square85fedilink
minus-squarePoolloverNathanlinkfedilinkarrow-up9·edit-26 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 ()