ppx_yojson._lib
Ppx_yojson_lib.Utils
General puprose helper functions
ppx_yojson
val remove : idx:int -> 'a list -> 'a list
Return the given list without the element at index idx. If idx is not a valid index in the given list, it is returned as is.
idx
val permutations : 'a list -> 'a list list
Return all the permutations of the given list