pub(crate) fn cons<'ob>(
car: Gc<ObjectType<'_>>,
cdr: Gc<ObjectType<'_>>,
cx: &'ob Context<'_>,
) -> Gc<ObjectType<'ob>>
pub(crate) fn cons<'ob>(
car: Gc<ObjectType<'_>>,
cdr: Gc<ObjectType<'_>>,
cx: &'ob Context<'_>,
) -> Gc<ObjectType<'ob>>