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.20.0.0.20.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ead9382f111ea385008fe9037513ff1f738dd90d8e989b8d1a0c9290963d9afe
    
    
  sha512=b29103c2d1eb3cf8a33fa9ddf26b5a6c89e7277cd31256589bcae8a89c37a3de7a3c3e7fe5d376358e874d44dc6c60ab96736cbd1037511ab36705e9f40f0ade
    
    
  doc/coq-serapi.serlib/Serlib/Ser_locus/index.html
Module Serlib.Ser_locusSource
Source
val or_var_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a or_var Ppx_deriving_yojson_runtime.error_orSource
val sexp_of_occurrences_gen : 
  ('a -> Sexplib0.Sexp.t) ->
  'a occurrences_gen ->
  Sexplib0.Sexp.tSource
val occurrences_gen_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  Sexplib0.Sexp.t ->
  'a occurrences_genSource
val occurrences_gen_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a occurrences_gen Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_occurrences_gen : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'a occurrences_gen ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_occurrences_gen : 
  ('a -> 'a -> int) ->
  'a occurrences_gen ->
  'a occurrences_gen ->
  intSource
val sexp_of_with_occurrences_expr : 
  ('a -> Sexplib0.Sexp.t) ->
  'a with_occurrences_expr ->
  Sexplib0.Sexp.tSource
val with_occurrences_expr_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  Sexplib0.Sexp.t ->
  'a with_occurrences_exprSource
val with_occurrences_expr_to_yojson : 
  ('a -> Yojson.Safe.t) ->
  'a with_occurrences_expr ->
  Yojson.Safe.tSource
val with_occurrences_expr_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a with_occurrences_expr Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_with_occurrences_expr : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'a with_occurrences_expr ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_with_occurrences_expr : 
  ('a -> 'a -> int) ->
  'a with_occurrences_expr ->
  'a with_occurrences_expr ->
  intSource
val sexp_of_with_occurrences : 
  ('a -> Sexplib0.Sexp.t) ->
  'a with_occurrences ->
  Sexplib0.Sexp.tSource
val with_occurrences_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  Sexplib0.Sexp.t ->
  'a with_occurrencesSource
val with_occurrences_to_yojson : 
  ('a -> Yojson.Safe.t) ->
  'a with_occurrences ->
  Yojson.Safe.tSource
val with_occurrences_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a with_occurrences Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_with_occurrences : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'a with_occurrences ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_with_occurrences : 
  ('a -> 'a -> int) ->
  'a with_occurrences ->
  'a with_occurrences ->
  intSource
val hash_fold_occurrences : 
  Ppx_hash_lib.Std.Hash.state ->
  occurrences ->
  Ppx_hash_lib.Std.Hash.stateSource
val hash_fold_hyp_location_flag : 
  Ppx_hash_lib.Std.Hash.state ->
  hyp_location_flag ->
  Ppx_hash_lib.Std.Hash.stateSource
val hyp_location_expr_of_sexp : 
  (Sexplib.Sexp.t -> 'a) ->
  Sexplib.Sexp.t ->
  'a hyp_location_exprSource
val sexp_of_hyp_location_expr : 
  ('a -> Sexplib.Sexp.t) ->
  'a hyp_location_expr ->
  Sexplib.Sexp.tSource
val clause_expr_of_yojson : 
  (Yojson.Safe.t -> 'id Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'id clause_expr Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_clause_expr : 
  (Ppx_hash_lib.Std.Hash.state -> 'id -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'id clause_expr ->
  Ppx_hash_lib.Std.Hash.stateSource
val hyp_location_of_yojson : 
  Yojson.Safe.t ->
  hyp_location Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_hyp_location : 
  Ppx_hash_lib.Std.Hash.state ->
  hyp_location ->
  Ppx_hash_lib.Std.Hash.state sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >