Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-22 years ago“ARE YOU ALL SEEING THIS”sh.itjust.worksimagemessage-square83linkfedilinkarrow-up1548arrow-down131
arrow-up1517arrow-down1image“ARE YOU ALL SEEING THIS”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-22 years agomessage-square83linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up9·2 years 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 ()