Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
6fc6ad8d
Commit
6fc6ad8d
authored
Jan 14, 2015
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment.
parent
63bdcb85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/IncrementalEngine.ml
src/IncrementalEngine.ml
+4
-1
No files found.
src/IncrementalEngine.ml
View file @
6fc6ad8d
...
...
@@ -92,7 +92,10 @@ module type INCREMENTAL_ENGINE = sig
val
foldr
:
(
'
a
->
'
b
->
'
b
)
->
'
a
stream
->
'
b
->
'
b
(* We offer a view of the parser's state as a stream of elements. *)
(* The parser's state can be viewed as a stream of elements. This stream is
empty if the parser is in an initial state; otherwise, it is non-empty.
The parser's current LR(1) state is the one found in the top element of
this stream. *)
val
view
:
env
->
element
stream
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment