package coq-lsp

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

Module Serlib.Serlib_baseSource

Sourceval exn_on_opaque : bool ref

Controls when an opaque type produces and error vs an "abstract" constructor

Sourceval sexp_of_opaque : typ:string -> 'a -> Sexplib.Sexp.t
Sourceval opaque_of_sexp : typ:string -> Sexplib.Sexp.t -> 'a
Sourceval opaque_of_yojson : typ:string -> Yojson.Safe.t -> ('a, string) Result.t
Sourceval opaque_to_yojson : typ:string -> 'a -> Yojson.Safe.t
Sourceval hash_opaque : typ:string -> 'a -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval hash_fold_opaque : typ:string -> Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_opaque : typ:string -> 'a -> 'a -> int
OCaml

Innovation. Community. Security.