Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
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
Gappa
coq
Merge requests
!9
The source project of this merge request has been removed.
Adapt to coq/coq#15867 (stream in gramlib)
Merged
Adapt to coq/coq#15867 (stream in gramlib)
(removed):edge-4.14
into
master
Overview
6
Commits
2
Pipelines
0
Changes
2
Merged
GILBERT Gaëtan
requested to merge
(removed):edge-4.14
into
master
3 years ago
Overview
6
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
e4017e5c
3 years ago
master (base)
and
latest version
latest version
2a5ca1f2
2 commits,
3 years ago
version 1
e4017e5c
1 commit,
3 years ago
2 files
+
5
−
0
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/gappatac.c
+
3
−
0
Options
@@ -15,6 +15,9 @@ open Tacmach
#else
open
Tacmach
.
New
#endif
#if COQVERSION >= 81600
open
Gramlib
#endif
open
Names
open
Coqlib
open
Libnames
Loading