list_ext.ml
picos
picos.domain
picos.exn_bt
picos.fd
picos.fifos
picos.htbl
picos.mpsc_queue
picos.rc
picos.select
picos.stdio
picos.sync
picos.threaded
picos.tls
1 2 3 let[@tail_mod_cons] rec drop_first_or_not_found x' = function | [] -> raise_notrace Not_found | x :: xs -> if x == x' then xs else x :: drop_first_or_not_found x' xs
1 2 3
let[@tail_mod_cons] rec drop_first_or_not_found x' = function | [] -> raise_notrace Not_found | x :: xs -> if x == x' then xs else x :: drop_first_or_not_found x' xs