package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Util.JsonSource

Sourceval bigint_to_yojson : Bigint.t -> Yojson.Safe.t
Sourceval bigint_of_yojson : Yojson.Safe.t -> (Bigint.t, string) result
Sourceval array_to_yojson : ('a -> Yojson.Safe.t) -> 'a Array.t -> Yojson.Safe.t
Sourceval array_of_yojson : (Yojson.Safe.t -> ('a, string) result) -> Yojson.Safe.t -> ('a Array.t, string) result
Sourcemodule Map : sig ... end