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
1332b24b
Commit
1332b24b
authored
Nov 29, 2018
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use `memoize` instead of `tabulate` in `delta`.
parent
78a947be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
demos/brz/Brzozowski.ml
demos/brz/Brzozowski.ml
+2
-3
No files found.
demos/brz/Brzozowski.ml
View file @
1332b24b
...
...
@@ -301,11 +301,10 @@ 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. *)
let
delta
:
Char
.
t
->
regexp
->
regexp
=
let
module
T
=
Tabulate
.
ForHashedType
(
Char
)
(
Char
)
in
let
module
C
=
Memoize
.
ForHashedType
(
Char
)
in
let
module
M
=
Memoize
.
ForHashedType
(
R
)
in
T
.
tabulat
e
(
fun
a
->
C
.
memoiz
e
(
fun
a
->
M
.
fix
(
fun
delta
e
->
match
skeleton
e
with
|
EEpsilon
->
...
...
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