package coq-serapi
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Serialization library and protocol for machine interaction with the Coq proof assistant
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-serapi-8.19.0.0.19.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=2106a7f8bc1b38a2a0da6f9425aa21a57c508771da75c59c0b08481e9ec9a083
    
    
  sha512=a09a6d6f37724bf5aa0166e7064e703a8e8d4d939a474353b515bb55b764b988a18a5979a0eba97d9bbc12d89502aeec0788f35c5c8e6917845046e90737b5fc
    
    
  doc/coq-serapi.serlib/Serlib/Ser_genarg/index.html
Module Serlib.Ser_genargSource
Source
val sexp_of_generic_argument : 
  ('a -> Sexplib0.Sexp.t) ->
  'a generic_argument ->
  Sexplib0.Sexp.tSource
val generic_argument_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  Sexplib0.Sexp.t ->
  'a generic_argumentSource
val generic_argument_to_yojson : 
  ('a -> Yojson.Safe.t) ->
  'a generic_argument ->
  Yojson.Safe.tSource
val generic_argument_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a generic_argument Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_generic_argument : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'a generic_argument ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_generic_argument : 
  ('a -> 'a -> int) ->
  'a generic_argument ->
  'a generic_argument ->
  intSource
val glob_generic_argument_of_yojson : 
  Yojson.Safe.t ->
  glob_generic_argument Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_glob_generic_argument : 
  Ppx_hash_lib.Std.Hash.state ->
  glob_generic_argument ->
  Ppx_hash_lib.Std.Hash.stateSource
val raw_generic_argument_of_yojson : 
  Yojson.Safe.t ->
  raw_generic_argument Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_raw_generic_argument : 
  Ppx_hash_lib.Std.Hash.state ->
  raw_generic_argument ->
  Ppx_hash_lib.Std.Hash.stateSource
type ('raw, 'glb, 'top) gen_ser = {- raw_ser : 'raw -> Sexplib.Sexp.t;
- raw_des : Sexplib.Sexp.t -> 'raw;
- raw_hash : 'raw Ppx_hash_lib.Std.Hash.folder;
- raw_compare : 'raw -> 'raw -> int;
- glb_ser : 'glb -> Sexplib.Sexp.t;
- glb_des : Sexplib.Sexp.t -> 'glb;
- glb_hash : 'glb Ppx_hash_lib.Std.Hash.folder;
- glb_compare : 'glb -> 'glb -> int;
- top_ser : 'top -> Sexplib.Sexp.t;
- top_des : Sexplib.Sexp.t -> 'top;
- top_hash : 'top Ppx_hash_lib.Std.Hash.folder;
- top_compare : 'top -> 'top -> int;
}Source
val mk_uniform : 
  ('t -> Sexplib.Sexp.t) ->
  (Sexplib.Sexp.t -> 't) ->
  't Ppx_hash_lib.Std.Hash.folder ->
  't Ppx_compare_lib.compare ->
  ('t, 't, 't) gen_ser sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >