• PoolloverNathan@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    2 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 ()