Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
itauto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
BESSON Frederic
itauto
Merge requests
!7
Adapt w.r.t. coq/coq#16933.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adapt w.r.t. coq/coq#16933.
pedrot/itauto:esorts-respect-api
into
master
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
Pierre-Marie Pédrot
requested to merge
pedrot/itauto:esorts-respect-api
into
master
2 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3da3e253
1 commit,
2 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/cdcl.ml
+
1
−
1
Options
@@ -119,7 +119,7 @@ let get_projection env evd c =
let
is_prop
env
sigma
term
=
let
sort
=
Retyping
.
get_sort_of
env
sigma
term
in
Sorts
.
is_prop
sort
Sorts
.
is_prop
(
EConstr
.
ESorts
.
kind
sigma
sort
)
let
constr_of_option
typ
constr_of_val
=
function
|
None
->
EConstr
.
mkApp
(
Lazy
.
force
coq_None
,
[
|
typ
|
])
Loading