Module Snarky_backendless.Backend_extended

module Bignum_bigint = Bigint
type 'a json = [> `String of string | `Assoc of (string * 'a json) list | `List of 'a json list ] as 'a

Yojson-compatible JSON type.

module type S = sig ... end