index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
attributes.ml
Age
Commit message (
Expand
)
Author
2018-12-05
Move template out of Defattributes record
Gaëtan Gilbert
2018-12-05
attributes_of_flags and its output type now internal in vernacentries
Gaëtan Gilbert
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-17
[vernacextend] Consolidate extension points API
Emilio Jesus Gallego Arias
2018-11-02
Universe Polymorphism is a normal attribute modulo the stm (no Flags)
Gaëtan Gilbert
2018-11-02
Load doesn't support attributes
Gaëtan Gilbert
2018-11-02
Simplify use of polymorphism/program globals in attributes
Gaëtan Gilbert
2018-11-02
Generalize attributes further to get a monad (mostly for [map])
Gaëtan Gilbert
2018-11-02
Make attributes more general to make defining #[universes(...)] easy
Gaëtan Gilbert
2018-11-02
Command driven attributes.
Gaëtan Gilbert
2018-11-02
Remove pointless optional arguments to mk_atts
Gaëtan Gilbert
2018-11-02
{Vernacentries -> Attributes}.attributes_of_flags
Gaëtan Gilbert
2018-11-02
Remove location field from attributes
Gaëtan Gilbert
2018-11-02
Move attributes out of vernacinterp to new attributes module
Gaëtan Gilbert