Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nofib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
nofib
Merge requests
!74
veritas: Don't use forall as binding name
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
veritas: Don't use forall as binding name
wip/veritas-no-forall
into
master
Overview
1
Commits
1
Pipelines
1
Changes
4
Closed
Ben Gamari
requested to merge
wip/veritas-no-forall
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
4
Expand
As it is now a keyword.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5715d3f7
1 commit,
1 year ago
4 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
real/veritas/Kernel.hs
+
2
−
2
Options
@@ -384,7 +384,7 @@ constructor (SG sg) i j k
{- Datatype elimination -}
recurse
tmL
(
TM
(
tm
@
(
Binder
Pi
(
Symbol_dec
tm1
_
)
_
_
_
))
_
sg
)
=
if
forall
ok
(
zip
tmL
tyL
)
=
if
v
forall
ok
(
zip
tmL
tyL
)
then
TM
(
Recurse
(
map
fst
tmL
)
tm
[]
[]
)
tm
sg
else
@@ -570,7 +570,7 @@ def (TM tm1 tm2 sg)
make_data
tmLL
(
TH
tm
sg
)
=
if
forall
(
forall
(
wf_param
sg1
))
tmLL
=
if
v
forall
(
v
forall
(
wf_param
sg1
))
tmLL
then
if
exists
(
eq_trm
tm
)
non_empty_thms
then
Loading