The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

typo

+1 -1
+1 -1
runtime/memory.c
··· 286 286 } 287 287 } 288 288 289 - /* You must use [caml_intialize] to store the initial value in a field of a 289 + /* You must use [caml_initialize] to store the initial value in a field of a 290 290 block, unless you are sure the value is not a young block, in which case a 291 291 plain assignment would do. 292 292