package ppx_yojson

  1. Overview
  2. Docs
PPX extension for Yojson literals and patterns

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_yojson-0.2.0.tbz
sha256=0d8cc2c241224eb1772ffa72e4035e8a71b3a4cf76bf11dc6ec7d9f78bb1332f
md5=5f7525ef90823186e366616eaeb3f630

doc/ppx_yojson._lib/Ppx_yojson_lib/Utils/index.html

Module Ppx_yojson_lib.Utils

General puprose helper functions

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.

val permutations : 'a list -> 'a list list

Return all the permutations of the given list

OCaml

Innovation. Community. Security.