index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
declare.ml
Age
Commit message (
Expand
)
Author
2019-10-30
[declare] Remove declare_scheme hook in Declare
Emilio Jesus Gallego Arias
2019-10-30
Merge PR #10949: [declare] Provide helper for private constant inlining.
Pierre-Marie Pédrot
2019-10-29
[declare] Use helper function for `fix_exn` instead of relying on internals.
Emilio Jesus Gallego Arias
2019-10-29
[declare] Make `proof_entry` a private type.
Emilio Jesus Gallego Arias
2019-10-28
[declare] Provide helper for private constant inlining.
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split inductive declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split universe declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-16
Simplify future forcing in Declare.
Pierre-Marie Pédrot
2019-10-16
Ensure that side-effect declarations reaching the kernel are forced.
Pierre-Marie Pédrot
2019-10-16
Split the function used to declare side-effects from the standard one.
Pierre-Marie Pédrot
2019-10-16
Cleaning up the previous code by ensuring statically invariants on opaque pro...
Pierre-Marie Pédrot
2019-10-14
Use kernel info from Global for Lib.sections_{depth,are_opened}
Gaëtan Gilbert
2019-10-14
Remove [in_section] arguments to Safe_typing functions
Gaëtan Gilbert
2019-10-13
Merge PR #10670: ComAssumption cleanup
Pierre-Marie Pédrot
2019-10-11
Merge PR #10804: Fix Print All of section variables
Pierre-Marie Pédrot
2019-10-05
Remove "is_polymorphic_univ" checks in upper layers.
Gaëtan Gilbert
2019-10-05
Declare universes for variables outside of Declare.declare_variable
Gaëtan Gilbert
2019-10-04
Remove redundancy in section hypotheses of kernel entries.
Pierre-Marie Pédrot
2019-10-01
Fix Print All of section variables
Gaëtan Gilbert
2019-09-28
Remove the monomorphic universe libobject.
Pierre-Marie Pédrot
2019-09-26
Implement section discharging inside kernel.
Pierre-Marie Pédrot
2019-09-25
Move the Lib section data into the kernel.
Pierre-Marie Pédrot
2019-09-25
Refine the API to declare section-local universes.
Pierre-Marie Pédrot
2019-08-29
Merge PR #10674: [declare] Move proof_entry type to declare, put interactive ...
Pierre-Marie Pédrot
2019-08-27
[declare] Move proof_entry type to declare, put interactive proof data on top...
Emilio Jesus Gallego Arias
2019-08-26
[glob/aux files] Remove undocumented Stdout dump, cleanup flags.
Emilio Jesus Gallego Arias
2019-08-23
Merge PR #10665: [api] Move handling of variable implicit data to impargs
Gaëtan Gilbert
2019-08-19
[declare] Use `binding_kind` for implicit kind instead of boolean.
Emilio Jesus Gallego Arias
2019-08-19
[api] Move handling of variable implicit data to impargs
Emilio Jesus Gallego Arias
2019-08-16
Split the [check_guarded] typing_flag into [check_guarded] (for (co)fixpoints...
SimonBoulier
2019-08-08
Emit Feedback.AddedAxiom in Declare instead of higher layers
Gaëtan Gilbert
2019-07-31
Specialize the section API.
Pierre-Marie Pédrot
2019-07-31
Remove the universe part from the section variable mechanism.
Pierre-Marie Pédrot
2019-07-08
Similar purity invariants in the kernel.
Pierre-Marie Pédrot
2019-07-08
Further cleanup following the removal of pure opaque definitions.
Pierre-Marie Pédrot
2019-07-08
Do not export side-effects of polymorphic definitions.
Pierre-Marie Pédrot
2019-07-03
declare_variable: path is always Lib.cwd()
Gaëtan Gilbert
2019-07-03
Remove unused Decls.variable_{context,polymorphic}
Gaëtan Gilbert
2019-07-03
Declare section variables in direct style "without" an object
Gaëtan Gilbert
2019-07-03
Move declare_universe_context to top of Declare
Gaëtan Gilbert
2019-07-03
Safe_typing.push_named_assum: don't take universes
Gaëtan Gilbert
2019-07-03
Simplify (restrict_path 0 sp) -> (make_path DirPath.empty id)
Gaëtan Gilbert
2019-07-02
[declare] Cleanup on imports, move exception.
Emilio Jesus Gallego Arias
2019-07-01
[declare] Remove superfluous API
Emilio Jesus Gallego Arias
2019-07-01
[declare] Separate kinds from entries in constant declaration
Emilio Jesus Gallego Arias
2019-07-01
[dumpglob] Move dumpglob-specific data to dumpglob.
Emilio Jesus Gallego Arias
2019-07-01
[api] Refactor most of `Decl_kinds`
Emilio Jesus Gallego Arias
2019-06-27
Kernel transparent definition entries have no body universes.
Gaëtan Gilbert
2019-06-26
Perform the opaque section variable inference outside of the kernel.
Pierre-Marie Pédrot
2019-06-25
Move the internal_flag type from Declare to Ind_tables.
Pierre-Marie Pédrot
[next]