package coq-lsp

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

Module Coq.FilesSource

Sourcetype t
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : t Base__Ppx_hash_lib.hash_fold
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval make : unit -> t
Sourceval bump : t -> t

bump () Signal the files have changed

Sourceval hash : t -> int
Sourceval compare : t -> t -> int
Sourceval pp : Format.formatter -> t -> unit