Sjmarf@sh.itjust.works to Programmer Humor · edit-29 months ago“ARE YOU ALL SEEING THIS”sh.itjust.worksimagemessage-square83fedilinkarrow-up1549arrow-down131
arrow-up1518arrow-down1image“ARE YOU ALL SEEING THIS”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor · edit-29 months agomessage-square83fedilink
minus-squarePoolloverNathanlinkfedilinkarrow-up9·edit-29 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 ()