Lokasku
Results
1
issues of
Lokasku
I noticed an error in the `Records/A collection of values with named fields` chapter when instantiating `cow` variable: ```ocaml type animal = { name: string; color: string; legs: int; }...