package coq-lsp
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Language Server Protocol native server for Coq
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-lsp-0.2.2.8.19.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=1a0639b7774a79c8489b3e7e1ea606a24c857dc70833bbafb79b6d620c18b2b1
    
    
  sha512=32782243b628fc8a92100778816772baf304335f35518e330c6c4a1b22b2139e255610f2091b47def590877455d361e22beab8ecc4f06b3f13da4e75a576fa07
    
    
  doc/coq-lsp.serlib/Serlib/Ser_genredexpr/index.html
Module Serlib.Ser_genredexprSource
Source
val glob_red_flag_of_yojson : 
  (Yojson.Safe.t -> ('a, string) Result.result) ->
  Yojson.Safe.t ->
  ('a glob_red_flag, string) Result.resultSource
val sexp_of_red_expr_gen : 
  ('a -> Sexplib0.Sexp.t) ->
  ('b -> Sexplib0.Sexp.t) ->
  ('c -> Sexplib0.Sexp.t) ->
  ('a, 'b, 'c) red_expr_gen ->
  Sexplib0.Sexp.tSource
val red_expr_gen_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  (Sexplib0.Sexp.t -> 'b) ->
  (Sexplib0.Sexp.t -> 'c) ->
  Sexplib0.Sexp.t ->
  ('a, 'b, 'c) red_expr_genSource
val red_expr_gen_to_yojson : 
  ('a -> Yojson.Safe.t) ->
  ('b -> Yojson.Safe.t) ->
  ('c -> Yojson.Safe.t) ->
  ('a, 'b, 'c) red_expr_gen ->
  Yojson.Safe.tSource
val red_expr_gen_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  (Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
  (Yojson.Safe.t -> 'c Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  ('a, 'b, 'c) red_expr_gen Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_red_expr_gen : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
  (Ppx_hash_lib.Std.Hash.state -> 'c -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  ('a, 'b, 'c) red_expr_gen ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_red_expr_gen : 
  ('a -> 'a -> int) ->
  ('b -> 'b -> int) ->
  ('c -> 'c -> int) ->
  ('a, 'b, 'c) red_expr_gen ->
  ('a, 'b, 'c) red_expr_gen ->
  intSource
val sexp_of_may_eval : 
  ('a -> Sexplib0.Sexp.t) ->
  ('b -> Sexplib0.Sexp.t) ->
  ('c -> Sexplib0.Sexp.t) ->
  ('a, 'b, 'c) may_eval ->
  Sexplib0.Sexp.tSource
val may_eval_of_sexp : 
  (Sexplib0.Sexp.t -> 'a) ->
  (Sexplib0.Sexp.t -> 'b) ->
  (Sexplib0.Sexp.t -> 'c) ->
  Sexplib0.Sexp.t ->
  ('a, 'b, 'c) may_evalSource
val may_eval_to_yojson : 
  ('a -> Yojson.Safe.t) ->
  ('b -> Yojson.Safe.t) ->
  ('c -> Yojson.Safe.t) ->
  ('a, 'b, 'c) may_eval ->
  Yojson.Safe.tSource
val may_eval_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  (Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
  (Yojson.Safe.t -> 'c Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  ('a, 'b, 'c) may_eval Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_may_eval : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
  (Ppx_hash_lib.Std.Hash.state -> 'c -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  ('a, 'b, 'c) may_eval ->
  Ppx_hash_lib.Std.Hash.stateSource
val raw_red_expr_of_yojson : 
  Yojson.Safe.t ->
  raw_red_expr Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_raw_red_expr : 
  Ppx_hash_lib.Std.Hash.state ->
  raw_red_expr ->
  Ppx_hash_lib.Std.Hash.stateSource
val and_short_name_of_yojson : 
  (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
  Yojson.Safe.t ->
  'a and_short_name Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_and_short_name : 
  (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
  Ppx_hash_lib.Std.Hash.state ->
  'a and_short_name ->
  Ppx_hash_lib.Std.Hash.stateSource
val compare_and_short_name : 
  ('a -> 'a -> int) ->
  'a and_short_name ->
  'a and_short_name ->
  intSource
val glob_red_expr_of_yojson : 
  Yojson.Safe.t ->
  glob_red_expr Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_glob_red_expr : 
  Ppx_hash_lib.Std.Hash.state ->
  glob_red_expr ->
  Ppx_hash_lib.Std.Hash.state sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >