Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-22 years ago“ARE YOU ALL SEEING THIS”sh.itjust.worksimagemessage-square44linkfedilinkarrow-up1434arrow-down128
arrow-up1406arrow-down1image“ARE YOU ALL SEEING THIS”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · edit-22 years agomessage-square44linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up7·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 ()