| 169 | } |
| 170 | |
| 171 | LEAN_EXPORT void leanpy_ctor_set(b_lean_obj_arg o, unsigned i, lean_obj_arg v) { |
| 172 | lean_ctor_set(o, i, v); |
| 173 | } |
| 174 | |
| 175 | LEAN_EXPORT lean_object * leanpy_ctor_get(b_lean_obj_arg o, unsigned i) { |
| 176 | return lean_ctor_get(o, i); |
nothing calls this directly
no test coverage detected