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
F
fix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
POTTIER Francois
fix
Commits
08ee3403
Commit
08ee3403
authored
Nov 28, 2018
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code movement.
parent
423e6ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
demos/brz/Brzozowski.ml
demos/brz/Brzozowski.ml
+5
-5
No files found.
demos/brz/Brzozowski.ml
View file @
08ee3403
...
...
@@ -31,11 +31,6 @@ let exists_char (f : Char.t -> bool) : bool =
with
Exists
->
true
(* A tabulator for functions of type [char -> _] is used several times. *)
module
T
=
Tabulate
.
ForHashedType
(
Char
)(
Char
)
(* -------------------------------------------------------------------------- *)
(* See Scott Owens, John Reppy, Aaron Turon, "Regular-expression derivatives
...
...
@@ -308,6 +303,11 @@ let nullable : regexp -> bool =
star.) More precisely, for every character [a], [delta a] is a function of
type [regexp -> regexp]: we memoize every function [delta a] separately. *)
(* A tabulator for functions of type [char -> _] is used for this purpose. *)
module
T
=
Tabulate
.
ForHashedType
(
Char
)(
Char
)
let
delta
:
Char
.
t
->
regexp
->
regexp
=
T
.
tabulate
(
fun
a
->
M
.
fix
(
fun
delta
e
->
...
...
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