package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

doc/coq-core.lib/CAst/index.html

Module CAstSource

Sourcetype 'a t = private {
  1. v : 'a;
  2. loc : Loc.t option;
}

The ast type contains generic metadata for AST nodes

Sourceval make : ?loc:Loc.t -> 'a -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval map_with_loc : (?loc:Loc.t -> 'a -> 'b) -> 'a t -> 'b t
Sourceval map_from_loc : (?loc:Loc.t -> 'a -> 'b) -> 'a Loc.located -> 'b t
Sourceval with_val : ('a -> 'b) -> 'a t -> 'b
Sourceval with_loc_val : (?loc:Loc.t -> 'a -> 'b) -> 'a t -> 'b
Sourceval eq : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
OCaml

Innovation. Community. Security.