Declarative CSV codecs
0
fork

Configure Feed

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

cbort: rename get_mem/get_int_mem/get_nth → mem/int_mem/nth (merlint E331)

Updated across 11 files in the monorepo that reference these functions.

+1 -1
+1 -1
lib/csvt.ml
··· 270 270 271 271 (* {1 Query support} 272 272 273 - The paper's [get_mem] combinator, adapted for CSV. *) 273 + The paper's [mem] combinator, adapted for CSV. *) 274 274 275 275 let get_col name t = Row.(obj Fun.id |> col name t ~enc:Fun.id |> finish) 276 276