Skip to content

Instantly share code, notes, and snippets.

@cdaringe
Created January 20, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdaringe/fb6939ce85c65631e8c6675b18f0a10e to your computer and use it in GitHub Desktop.
Save cdaringe/fb6939ce85c65631e8c6675b18f0a10e to your computer and use it in GitHub Desktop.
CCList minus List
[
"empty",
"is_empty",
"cons_maybe",
"fold_while",
"fold_map",
"scan_left",
"fold_map2",
"fold_filter_map",
"fold_flat_map",
"count",
"count_true_false",
"combine_gen",
"flat_map",
"product",
"fold_product",
"cartesian_product",
"map_product_l",
"diagonal",
"group_by",
"join",
"join_by",
"join_all_by",
"group_join_by",
"sublists_of_len",
"intersperse",
"interleave",
"pure",
"return",
"take",
"drop",
"hd_tl",
"take_drop",
"take_while",
"drop_while",
"take_drop_while",
"last",
"head_opt",
"tail_opt",
"last_opt",
"find_pred",
"find_pred_exn",
"find_mapi",
"find_idx",
"remove",
"keep_some",
"keep_ok",
"all_some",
"all_ok",
"sorted_merge",
"sorted_merge_uniq",
"is_sorted",
"sorted_insert",
"uniq_succ",
"group_succ",
"iteri2",
"foldi",
"foldi2",
"get_at_idx",
"get_at_idx_exn",
"set_at_idx",
"insert_at_idx",
"remove_at_idx",
"add_nodup",
"remove_one",
"subset",
"uniq",
"union",
"inter",
"range_by",
"range",
"range'",
"replicate",
"repeat",
"random",
"random_non_empty",
"random_len",
"random_choose",
"random_sequence",
"to_gen",
"of_gen",
"to_klist",
"of_klist",
"pp"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment