Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
c3fcec7b
"doc/Ecosystem.md" did not exist on "6ab2cc166a1670dabf142054d1b1f689f3757126"
Commit
c3fcec7b
authored
Sep 25, 2015
by
Andrei Paskevich
Committed by
Guillaume Melquiond
Oct 13, 2015
Browse files
Options
Downloads
Patches
Plain Diff
Dterm: admit formulas in let-in (fixes #19565)
parent
7fdaad84
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/dterm.ml
+1
-3
1 addition, 3 deletions
src/core/dterm.ml
with
1 addition
and
3 deletions
src/core/dterm.ml
+
1
−
3
View file @
c3fcec7b
...
@@ -204,9 +204,7 @@ let denv_get denv n = Mstr.find_exn (UnboundVar n) n denv
...
@@ -204,9 +204,7 @@ let denv_get denv n = Mstr.find_exn (UnboundVar n) n denv
let
denv_get_opt
denv
n
=
Mstr
.
find_opt
n
denv
let
denv_get_opt
denv
n
=
Mstr
.
find_opt
n
denv
let
dty_of_dterm
dt
=
match
dt
.
dt_dty
with
let
dty_of_dterm
dt
=
Opt
.
get_def
dty_bool
dt
.
dt_dty
|
None
->
Loc
.
error
?
loc
:
dt
.
dt_loc
TermExpected
|
Some
dty
->
dty
let
denv_empty
=
Mstr
.
empty
let
denv_empty
=
Mstr
.
empty
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment