package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.1.tar.gz
sha256=513e953b7183d478acb75fd6e80e4dc32ac1a918cf4343ac31a859cfb4e9aad2

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.